Skip to content

Commit

Permalink
🐛 Fix links pointing to API Tokens page headers (#2741)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnouckColson authored Dec 8, 2022
1 parent 5fd1376 commit 2c1783e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/create-apps/source-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ You can use cron to automatically run your source operations.
{{< note >}}

To run automated source operations using cron, you need to use [an API token](../administration/cli/api-tokens.md)
with the [CLI installed](../administration/cli/api-tokens.md#on-a-platformsh-environment) in your app container.
with the [CLI installed](../administration/cli/api-tokens.md#authenticate-in-a-platformsh-environment) in your app container.

{{< /note >}}

Expand Down
2 changes: 1 addition & 1 deletion docs/src/development/local/ddev.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Your project should start running, though without any of the data from your Plat

To connect DDEV with your Platform.sh account, use a Platform.sh API token.

1. [Create an API token](../../administration/cli/api-tokens.md#get-a-token) in the Console.
1. [Create an API token](../../administration/cli/api-tokens.md#2-create-a-platformsh-api-token) in the Console.
2. Add the token to your DDEV configuration.
You can do so globally (easiest for most people):

Expand Down
2 changes: 1 addition & 1 deletion docs/src/development/local/docksal.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ See all [restrictions on the projects directory](https://docs.docksal.io/getting

To connect Docksal with your Platform.sh account, use a Platform.sh API token.

1. [Create an API token](../../administration/cli/api-tokens.md#get-a-token) in the Console.
1. [Create an API token](../../administration/cli/api-tokens.md#2-create-a-platformsh-api-token) in the Console.
2. Add the token to your Docksal configuration by running this command:

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/src/development/local/lando.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Follow the [Lando installation instructions](https://docs.lando.dev/getting-star

## 2. Create an access token

To authorize Lando to communicate with Platform.sh, create an [API token](../../administration/cli/api-tokens.md#get-a-token).
To authorize Lando to communicate with Platform.sh, create an [API token](../../administration/cli/api-tokens.md#2-create-a-platformsh-api-token).
Copy the value.

## 3. Initialize Lando
Expand Down
2 changes: 1 addition & 1 deletion docs/src/environments/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ highlight=false

You can also automate the process of creating manual backups through [cron jobs](../create-apps/app-reference.md#crons).
The cron job uses the CLI command to back up the environment.
It requires you to [set up the CLI on the environment with an API token](../administration/cli/api-tokens.md#on-a-platformsh-environment).
It requires you to [set up the CLI on the environment with an API token](../administration/cli/api-tokens.md#authenticate-in-a-platformsh-environment).

Although this process is automated,
backups created in this way count as manual for the [backup schedule](#backup-schedule).
Expand Down

0 comments on commit 2c1783e

Please sign in to comment.