fix: update repository references from '0x524A' to '0x524a' across documentation and code

This commit is contained in:
ProtoTess
2025-11-12 19:43:37 +00:00
parent d337cf5526
commit bd85e94b7d
43 changed files with 93 additions and 93 deletions
+4 -4
View File
@@ -96,7 +96,7 @@ Help us maintain compatibility information:
### Clone and Build
```bash
git clone https://github.com/0x524A/onvif-go.git
git clone https://github.com/0x524a/onvif-go.git
cd go-onvif
go build ./...
```
@@ -262,9 +262,9 @@ go-onvif/
## Getting Help
- 💬 [GitHub Discussions](https://github.com/0x524A/onvif-go/discussions) - Ask questions
- 🐛 [GitHub Issues](https://github.com/0x524A/onvif-go/issues) - Report bugs
- 📖 [Documentation](https://pkg.go.dev/github.com/0x524A/onvif-go) - Read the docs
- 💬 [GitHub Discussions](https://github.com/0x524a/onvif-go/discussions) - Ask questions
- 🐛 [GitHub Issues](https://github.com/0x524a/onvif-go/issues) - Report bugs
- 📖 [Documentation](https://pkg.go.dev/github.com/0x524a/onvif-go) - Read the docs
## License
+1 -1
View File
@@ -47,7 +47,7 @@ body:
placeholder: |
package main
import "github.com/0x524A/onvif-go"
import "github.com/0x524a/onvif-go"
func main() {
// Your code here
+3 -3
View File
@@ -1,11 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: 💬 Discussions
url: https://github.com/0x524A/onvif-go/discussions
url: https://github.com/0x524a/onvif-go/discussions
about: Ask questions and discuss ideas with the community
- name: 📖 Documentation
url: https://pkg.go.dev/github.com/0x524A/onvif-go
url: https://pkg.go.dev/github.com/0x524a/onvif-go
about: Read the API documentation
- name: 📚 Examples
url: https://github.com/0x524A/onvif-go/tree/main/examples
url: https://github.com/0x524a/onvif-go/tree/main/examples
about: Browse code examples