Skip to content

Commit 4dee07a

Browse files
authored
Merge pull request #259 from platformsh/258-update-links-to-docs
Updates embeded links to the docs.* sites to permalink structure
2 parents cfda425 + deea77b commit 4dee07a

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.goreleaser.vendor.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ archives:
7575
format: zip
7676

7777
nfpms:
78-
- homepage: https://docs.platform.sh/administration/cli.html
78+
- homepage: https://docs.upsun.com/anchors/fixed/cli/
7979
package_name: ${VENDOR_BINARY}-cli
8080
description: ${VENDOR_NAME} CLI
8181
maintainer: Antonis Kalipetis <antonis[email protected]>

.goreleaser.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ brews:
216216
name: Antonis Kalipetis
217217
218218

219-
homepage: https://docs.platform.sh/administration/cli.html
219+
homepage: https://docs.upsun.com/anchors/fixed/cli/
220220
description: Platform.sh CLI
221221
license: MIT
222222

@@ -246,7 +246,7 @@ brews:
246246
name: Antonis Kalipetis
247247
248248

249-
homepage: https://docs.upsun.com/administration/cli.html
249+
homepage: https://docs.upsun.com/anchors/cli/
250250
description: Upsun CLI
251251
license: MIT
252252

@@ -275,7 +275,7 @@ scoops:
275275
name: Antonis Kalipetis
276276
277277

278-
homepage: https://docs.platform.sh/administration/cli.html
278+
homepage: https://docs.upsun.com/anchors/fixed/cli/
279279
description: Platform.sh CLI
280280
license: MIT
281281

@@ -296,7 +296,7 @@ scoops:
296296
name: Antonis Kalipetis
297297
298298

299-
homepage: https://docs.upsun.com/administration/cli.html
299+
homepage: https://docs.upsun.com/anchors/cli/
300300
description: Upsun CLI
301301
license: MIT
302302

@@ -306,7 +306,7 @@ scoops:
306306

307307
nfpms:
308308
- id: platform
309-
homepage: https://docs.platform.sh/administration/cli.html
309+
homepage: https://docs.upsun.com/anchors/fixed/cli/
310310
package_name: platformsh-cli
311311
description: Platform.sh CLI
312312
maintainer: Antonis Kalipetis <[email protected]>
@@ -325,7 +325,7 @@ nfpms:
325325
dst: /usr/local/share/zsh/site-functions/_platform
326326

327327
- id: upsun
328-
homepage: https://docs.upsun.com/administration/cli.html
328+
homepage: https://docs.upsun.com/anchors/cli/
329329
package_name: upsun-cli
330330
description: Upsun CLI
331331
maintainer: Antonis Kalipetis <[email protected]>

internal/config/platformsh-cli.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ service:
4747

4848
pricing_url: 'https://platform.sh/pricing'
4949

50-
activity_type_list_url: 'https://docs.platform.sh/integrations/activity/reference.html#type'
50+
activity_type_list_url: 'https://docs.upsun.com/anchors/fixed/integrations/activity-scripts/type/'
5151

52-
runtime_operations_help_url: 'https://docs.platform.sh/create-apps/runtime-operations.html'
52+
runtime_operations_help_url: 'https://docs.upsun.com/anchors/fixed/app/runtime-operations/'
5353

5454
api:
5555
base_url: 'https://api.platform.sh'
@@ -75,12 +75,12 @@ detection:
7575

7676
migrate:
7777
prompt: true
78-
docs_url: https://docs.platform.sh/administration/cli.html
78+
docs_url: https://docs.upsun.com/anchors/fixed/cli/
7979

8080
warnings:
8181
non_production_domains_msg: |
8282
This feature is only available to Enterprise and Elite customers.
8383
If you're an Enterprise or Elite customer, contact support to enable the feature.
8484
Otherwise contact sales first to upgrade your plan.
8585
86-
See: https://docs.platform.sh/overview/get-support.html
86+
See: https://docs.upsun.com/anchors/fixed/get-support/

internal/config/upsun-cli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ service:
4646

4747
pricing_url: "https://upsun.com/pricing"
4848

49-
activity_type_list_url: "https://docs.upsun.com/integrations/activity/reference.html#type"
49+
activity_type_list_url: "https://docs.upsun.com/anchors/integrations/activity-scripts/type/"
5050

51-
runtime_operations_help_url: "https://docs.upsun.com/create-apps/runtime-operations.html"
51+
runtime_operations_help_url: "https://docs.upsun.com/anchors/app/runtime-operations/"
5252

5353
api:
5454
base_url: "https://api.upsun.com"

0 commit comments

Comments
 (0)