diff --git a/RULES.md b/RULES.md index bbda28e..1f11c25 100644 --- a/RULES.md +++ b/RULES.md @@ -12,7 +12,7 @@ The README for each module should be laid out as follows: - Feature list (DO NOT USE EMOTICONS) - Installation (go get) - Quick Start (brief example of setting up and using) -- Documentation links to the wiki +- Documentation links to the wiki (path is `../golib/wiki/.md`) - Additional information (e.g. supported databases if package has database features) - License - Contributing diff --git a/hlog/README.md b/hlog/README.md index bec8aaf..44c8ebf 100644 --- a/hlog/README.md +++ b/hlog/README.md @@ -55,7 +55,7 @@ func main() { ## 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). diff --git a/hws/README.md b/hws/README.md index 35e5398..c87e779 100644 --- a/hws/README.md +++ b/hws/README.md @@ -77,7 +77,7 @@ func getUserHandler(w http.ResponseWriter, r *http.Request) { ## 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). diff --git a/hwsauth/README.md b/hwsauth/README.md index f5367a0..cf60d27 100644 --- a/hwsauth/README.md +++ b/hwsauth/README.md @@ -115,7 +115,7 @@ func main() { ## 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). diff --git a/jwt/README.md b/jwt/README.md index a9fd41b..3146ffc 100644 --- a/jwt/README.md +++ b/jwt/README.md @@ -77,7 +77,7 @@ func main() { ## 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).