Merge pull request #11 from amuckstot30/fix-readme-link

Fix broken link to defaults.go
This commit is contained in:
Aine 2024-09-29 15:06:38 +03:00 committed by GitHub
commit a6ae236e89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ env vars
* **POSTMOOGLE_RELAY_USERNAME** - (global) Username of relay host
* **POSTMOOGLE_RELAY_PASSWORD** - (global) Password of relay host
You can find default values in [config/defaults.go](config/defaults.go)
You can find default values in [internal/config/defaults.go](internal/config/defaults.go)
</details>