diff --git a/.goreleaser.yml b/.goreleaser.yml index 40451bd9..d247d6bb 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -68,7 +68,7 @@ brews: email: "scdev@saucelabs.com" directory: Formula goarm: "7" - homepage: https://forwarder-proxy.io + homepage: https://opensource.saucelabs.com/forwarder/ description: Forward MITM proxy with PAC support license: MPL-2.0 test: | @@ -94,7 +94,7 @@ winget: publisher: SauceLabs publisher_url: https://saucelabs.com short_description: Forward MITM proxy with PAC support - homepage: https://forwarder-proxy.io + homepage: https://opensource.saucelabs.com/forwarder/ license: MPL-2.0 nfpms: diff --git a/README.md b/README.md index 26f10269..5d056b03 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It can proxy: ## Documentation -The documentation is available at [forwarder-proxy.io](https://forwarder-proxy.io). +The documentation is available at [opensource.saucelabs.com/forwarder/](https://opensource.saucelabs.com/forwarder/). ## Development diff --git a/docs/Makefile b/docs/Makefile index e8dbd6b4..defe3cef 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -23,6 +23,6 @@ up: @hugo server --minify --disableFastRender .PHONY: dist -dist: BASE_URL="https://saucelabs.github.io/forwarder/" +dist: BASE_URL="https://opensource.saucelabs.com/forwarder/" dist: @HUGO_ENVIRONMENT=production HUGO_ENV=production hugo --gc --minify --baseURL "$(BASE_URL)"