diff options
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,9 @@ Selfhosted golang packages proxy. -Live version: https://go.neonxp.dev/ +Live version: https://go.neonxp.ru/ -Package page: https://go.neonxp.dev/pkg/ (browser will redirects to documentation, but `go get go.neonxp.dev/pkg` will install package) +Package page: https://go.neonxp.ru/pkg/ (browser will redirects to documentation, but `go get go.neonxp.ru/pkg` will install package) ## Configuration @@ -13,7 +13,7 @@ Package page: https://go.neonxp.dev/pkg/ (browser will redirects to documentatio ```json { "title": "WEBSITE TITLE", - "host": "go.neonxp.dev", + "host": "go.neonxp.ru", "packages": { "pkg": { "pkg": "pkg", |