fix: update all documentation to use onvif-go for consistent branding
- CONTRIBUTING.md: Updated title and git clone URL - .github/CONTRIBUTING.md: Updated title, paths, and references - QUICKSTART.md: Updated intro - BUILDING.md: Updated title - docs/ARCHITECTURE.md: Updated title and descriptions - docs/PROJECT_SUMMARY.md: Updated title, description, and structure - docs/IMPLEMENTATION_SUMMARY.md: Updated docker example - server/README.md: Updated cd command and link text - cmd/onvif-diagnostics/README.md: Updated cd command Note: Kept 'go-onvif' as manufacturer identifier in code (server/types.go, cmd/onvif-server/main.go) and in code comments (examples/) for descriptive purposes.
This commit is contained in:
+4
-4
@@ -1,6 +1,6 @@
|
||||
# Contributing to go-onvif
|
||||
# Contributing to onvif-go
|
||||
|
||||
First off, thank you for considering contributing to go-onvif! It's people like you that make go-onvif such a great tool.
|
||||
First off, thank you for considering contributing to onvif-go! It's people like you that make onvif-go such a great tool.
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
@@ -41,8 +41,8 @@ Enhancement suggestions are tracked as GitHub issues. When creating an enhanceme
|
||||
|
||||
```bash
|
||||
# Clone your fork
|
||||
git clone https://github.com/YOUR_USERNAME/go-onvif.git
|
||||
cd go-onvif
|
||||
git clone https://github.com/YOUR_USERNAME/onvif-go.git
|
||||
cd onvif-go
|
||||
|
||||
# Add upstream remote
|
||||
git remote add upstream https://github.com/0x524a/onvif-go.git
|
||||
|
||||
Reference in New Issue
Block a user