Skip to content

Commit

Permalink
docs: move website to opensource.saucelabs.com/forwarder/
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Dec 2, 2024
1 parent 481edcb commit 99ac550
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ brews:
email: "[email protected]"
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: |
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

0 comments on commit 99ac550

Please sign in to comment.