Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix links pointing to API Tokens page headers #2741

Merged
merged 1 commit into from
Dec 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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