fixed wiki links

This commit is contained in:
2026-01-13 13:49:21 +11:00
parent 51045537b2
commit da8e3c2d10
5 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ The README for each module should be laid out as follows:
- Feature list (DO NOT USE EMOTICONS) - Feature list (DO NOT USE EMOTICONS)
- Installation (go get) - Installation (go get)
- Quick Start (brief example of setting up and using) - Quick Start (brief example of setting up and using)
- Documentation links to the wiki - Documentation links to the wiki (path is `../golib/wiki/<package>.md`)
- Additional information (e.g. supported databases if package has database features) - Additional information (e.g. supported databases if package has database features)
- License - License
- Contributing - Contributing

View File

@@ -55,7 +55,7 @@ func main() {
## Documentation ## Documentation
For detailed documentation, see the [HLog Wiki](https://git.haelnorr.com/h/golib-wiki/HLog). For detailed documentation, see the [HLog Wiki](https://git.haelnorr.com/h/golib/wiki/HLog.md).
Additional API documentation is available at [GoDoc](https://pkg.go.dev/git.haelnorr.com/h/golib/hlog). Additional API documentation is available at [GoDoc](https://pkg.go.dev/git.haelnorr.com/h/golib/hlog).

View File

@@ -77,7 +77,7 @@ func getUserHandler(w http.ResponseWriter, r *http.Request) {
## Documentation ## Documentation
For detailed documentation, see the [HWS Wiki](https://git.haelnorr.com/h/golib-wiki/HWS). For detailed documentation, see the [HWS Wiki](https://git.haelnorr.com/h/golib/wiki/HWS.md).
Additional API documentation is available at [GoDoc](https://pkg.go.dev/git.haelnorr.com/h/golib/hws). Additional API documentation is available at [GoDoc](https://pkg.go.dev/git.haelnorr.com/h/golib/hws).

View File

@@ -115,7 +115,7 @@ func main() {
## Documentation ## Documentation
For detailed documentation, see the [HWSAuth Wiki](https://git.haelnorr.com/h/golib-wiki/HWSAuth). For detailed documentation, see the [HWSAuth Wiki](https://git.haelnorr.com/h/golib/wiki/HWSAuth.md).
Additional API documentation is available at [GoDoc](https://pkg.go.dev/git.haelnorr.com/h/golib/hwsauth). Additional API documentation is available at [GoDoc](https://pkg.go.dev/git.haelnorr.com/h/golib/hwsauth).

View File

@@ -77,7 +77,7 @@ func main() {
## Documentation ## Documentation
For detailed documentation, see the [JWT Wiki](https://git.haelnorr.com/h/golib-wiki/JWT). For detailed documentation, see the [JWT Wiki](https://git.haelnorr.com/h/golib/wiki/JWT.md).
Additional API documentation is available at [GoDoc](https://pkg.go.dev/git.haelnorr.com/h/golib/jwt). Additional API documentation is available at [GoDoc](https://pkg.go.dev/git.haelnorr.com/h/golib/jwt).