Skip to content

Commit 23f5c02

Browse files
authored
Update embedded docs links to new permalink structure (#1555)
1 parent e4f9c58 commit 23f5c02

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ There are two ways to authenticate:
6767

6868
1. The recommended way is `platform login`, which lets you log in via a web browser, including via third-party providers such as Google, GitHub, GitLab and Bitbucket.
6969

70-
2. If using a browser is not possible, use an [API token](https://docs.platform.sh/gettingstarted/cli/api-tokens.html).
70+
2. If using a browser is not possible, use an [API token](https://docs.upsun.com/anchors/fixed/cli/api-token/).
7171

7272
An interactive command is available for this: `platform auth:api-token-login`
7373

config.yaml

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

3939
pricing_url: 'https://platform.sh/pricing'
4040

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

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

4545
api:
4646
base_url: 'https://api.platform.sh'
@@ -66,15 +66,15 @@ detection:
6666

6767
migrate:
6868
prompt: true
69-
docs_url: https://docs.platform.sh/administration/cli.html
69+
docs_url: https://docs.upsun.com/anchors/fixed/cli/
7070

7171
warnings:
7272
non_production_domains_msg: |
7373
This feature is only available to Enterprise and Elite customers.
7474
If you're an Enterprise or Elite customer, contact support to enable the feature.
7575
Otherwise contact sales first to upgrade your plan.
7676
77-
See: https://docs.platform.sh/overview/get-support.html
77+
See: https://docs.upsun.com/anchors/fixed/get-support/
7878
7979
guaranteed_resources_msg: |
8080
You have chosen to allocate guaranteed resources for app(s) and/or service(s).

dist/installer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @deprecated
88
* The CLI no longer requires a local PHP installation or this installer.
9-
* See https://docs.platform.sh/administration/cli.html
9+
* See https://docs.upsun.com/anchors/fixed/cli/
1010
*
1111
* This script will check requirements, download the CLI, move it into place,
1212
* and run the self:install command (to set up the PATH and autocompletion).
@@ -80,7 +80,7 @@ public function __construct(array $args = []) {
8080
'userAgent' => 'platformsh-cli',
8181
'serviceEnvPrefix' => 'PLATFORM_',
8282
'migratePrompt' => true,
83-
'migrateDocsUrl' => 'https://docs.platform.sh/administration/cli.html',
83+
'migrateDocsUrl' => 'https://docs.upsun.com/anchors/fixed/cli/',
8484
)/* END_CONFIG */;
8585

8686
$required = ['envPrefix', 'manifestUrl', 'configDir', 'executable', 'cliName'];

src/Local/ApplicationFinder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private function findGroupedApplications($directory)
113113
/**
114114
* Returns the root directory explicitly configured for the application, if any.
115115
*
116-
* @see https://docs.platform.sh/configuration/app/multi-app.html#explicit-sourceroot
116+
* @see https://docs.upsun.com/anchors/fixed/app/multiple/source/root/
117117
*
118118
* @param array $appConfig
119119
* @param string $sourceDir

src/Service/Relationships.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ public function buildUrl(array $instance)
397397
* is configured, all four service types default to having one schema named
398398
* "main".
399399
*
400-
* See https://docs.platform.sh/add-services/postgresql.html
401-
* and https://docs.platform.sh/add-services/mysql.html
400+
* See https://docs.upsun.com/anchors/fixed/services/postgresql/
401+
* and https://docs.upsun.com/anchors/fixed/services/mysql/
402402
*
403403
* @return string[]
404404
*/

0 commit comments

Comments
 (0)