From 987c6a3f1dc43cf9081a99b52aec58075abdd0ff Mon Sep 17 00:00:00 2001 From: Paul Gilzow Date: Mon, 18 Aug 2025 11:49:30 -0500 Subject: [PATCH 1/4] updates links to docs.upsun.com and docs.platform.sh to new permalink structure --- .goreleaser.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2caea993..b4afd55a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -216,7 +216,7 @@ brews: name: Antonis Kalipetis email: antonis.kalipetis@platform.sh - homepage: https://docs.platform.sh/administration/cli.html + homepage: https://docs.upsun.com/anchors/fixed/cli/ description: Platform.sh CLI license: MIT @@ -246,7 +246,7 @@ brews: name: Antonis Kalipetis email: antonis.kalipetis@platform.sh - homepage: https://docs.upsun.com/administration/cli.html + homepage: https://docs.upsun.com/anchors/cli/ description: Upsun CLI license: MIT @@ -275,7 +275,7 @@ scoops: name: Antonis Kalipetis email: antonis.kalipetis@platform.sh - homepage: https://docs.platform.sh/administration/cli.html + homepage: https://docs.upsun.com/anchors/fixed/cli/ description: Platform.sh CLI license: MIT @@ -296,7 +296,7 @@ scoops: name: Antonis Kalipetis email: antonis.kalipetis@platform.sh - homepage: https://docs.upsun.com/administration/cli.html + homepage: https://docs.upsun.com/anchors/cli/ description: Upsun CLI license: MIT @@ -306,7 +306,7 @@ scoops: nfpms: - id: platform - homepage: https://docs.platform.sh/administration/cli.html + homepage: https://docs.upsun.com/anchors/fixed/cli/ package_name: platformsh-cli description: Platform.sh CLI maintainer: Antonis Kalipetis @@ -325,7 +325,7 @@ nfpms: dst: /usr/local/share/zsh/site-functions/_platform - id: upsun - homepage: https://docs.upsun.com/administration/cli.html + homepage: https://docs.upsun.com/anchors/cli/ package_name: upsun-cli description: Upsun CLI maintainer: Antonis Kalipetis From c4618b2784baf6e9266d078d0fd2d5cc1b177c2b Mon Sep 17 00:00:00 2001 From: Paul Gilzow Date: Mon, 18 Aug 2025 11:49:52 -0500 Subject: [PATCH 2/4] updates link docs.platform.sh for cli to new permalink structure --- .goreleaser.vendor.yaml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.vendor.yaml.tpl b/.goreleaser.vendor.yaml.tpl index 5d828bd1..f0af66c2 100644 --- a/.goreleaser.vendor.yaml.tpl +++ b/.goreleaser.vendor.yaml.tpl @@ -75,7 +75,7 @@ archives: format: zip nfpms: - - homepage: https://docs.platform.sh/administration/cli.html + - homepage: https://docs.upsun.com/anchors/fixed/cli/ package_name: ${VENDOR_BINARY}-cli description: ${VENDOR_NAME} CLI maintainer: Antonis Kalipetis From 32d227dc74963620544f1f33f0e2f404131b7d0c Mon Sep 17 00:00:00 2001 From: Paul Gilzow Date: Mon, 18 Aug 2025 11:50:29 -0500 Subject: [PATCH 3/4] updates links to docs.platform.sh to new permalink structure --- internal/config/platformsh-cli.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/config/platformsh-cli.yaml b/internal/config/platformsh-cli.yaml index 61ba0df5..e3b401ee 100644 --- a/internal/config/platformsh-cli.yaml +++ b/internal/config/platformsh-cli.yaml @@ -47,9 +47,9 @@ service: pricing_url: 'https://platform.sh/pricing' - activity_type_list_url: 'https://docs.platform.sh/integrations/activity/reference.html#type' + activity_type_list_url: 'https://docs.upsun.com/anchors/fixed/integrations/activity-scripts/type/' - runtime_operations_help_url: 'https://docs.platform.sh/create-apps/runtime-operations.html' + runtime_operations_help_url: 'https://docs.upsun.com/anchors/fixed/app/runtime-operations/' api: base_url: 'https://api.platform.sh' @@ -75,7 +75,7 @@ detection: migrate: prompt: true - docs_url: https://docs.platform.sh/administration/cli.html + docs_url: https://docs.upsun.com/anchors/fixed/cli/ warnings: non_production_domains_msg: | @@ -83,4 +83,4 @@ warnings: If you're an Enterprise or Elite customer, contact support to enable the feature. Otherwise contact sales first to upgrade your plan. - See: https://docs.platform.sh/overview/get-support.html + See: https://docs.upsun.com/anchors/fixed/get-support/ From deea77b8293f3be02d6bf55cd723ded3279a247b Mon Sep 17 00:00:00 2001 From: Paul Gilzow Date: Mon, 18 Aug 2025 11:50:56 -0500 Subject: [PATCH 4/4] updates links to docs.upsun.com to new permalink structure --- internal/config/upsun-cli.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/config/upsun-cli.yaml b/internal/config/upsun-cli.yaml index 5dfb073f..e83944c8 100644 --- a/internal/config/upsun-cli.yaml +++ b/internal/config/upsun-cli.yaml @@ -46,9 +46,9 @@ service: pricing_url: "https://upsun.com/pricing" - activity_type_list_url: "https://docs.upsun.com/integrations/activity/reference.html#type" + activity_type_list_url: "https://docs.upsun.com/anchors/integrations/activity-scripts/type/" - runtime_operations_help_url: "https://docs.upsun.com/create-apps/runtime-operations.html" + runtime_operations_help_url: "https://docs.upsun.com/anchors/app/runtime-operations/" api: base_url: "https://api.upsun.com"