Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-10 09:08:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-10 09:08:26 +0300
commit991caa14edb67f7fd575e981e4755cfc743bac31 (patch)
tree4a6a722d79be62304d871d449353b75adde35765 /doc/ci/secrets/index.md
parent4a6dacc8662ed65c0b83a3715e4eb05a78168db1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/secrets/index.md')
-rw-r--r--doc/ci/secrets/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/secrets/index.md b/doc/ci/secrets/index.md
index bfc53210348..bc2045a0e64 100644
--- a/doc/ci/secrets/index.md
+++ b/doc/ci/secrets/index.md
@@ -83,7 +83,7 @@ To configure your Vault server:
1. Configure roles on your Vault server, restricting roles to a project or namespace,
as described in [Configure Vault server roles](#configure-vault-server-roles) on this page.
-1. [Create the following CI/CD variables](../variables/index.md#custom-cicd-variables)
+1. [Create the following CI/CD variables](../variables/index.md#for-a-project)
to provide details about your Vault server:
- `VAULT_SERVER_URL` - The URL of your Vault server, such as `https://vault.example.com:8200`.
Required.