diff --git a/README.md b/README.md index 65ff5e670b4bd7d5dff78eaa26d1de19c36059a5..1057a17bb3545db4e7c5a98723ede733862b8e06 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This template provides a jobs to validate your template syntax. -It uses the [GitLab CI Lint API](https://docs.gitlab.com/ee/api/lint.html). +It uses the [GitLab CI Lint API](https://docs.gitlab.com/api/lint/). ## Template validation @@ -47,7 +47,7 @@ In order to be able to communicate with the Vault server, the variant requires t | :lock: `VAULT_ROLE_ID` | The [AppRole](https://www.vaultproject.io/docs/auth/approle) RoleID | _none_ | | :lock: `VAULT_SECRET_ID` | The [AppRole](https://www.vaultproject.io/docs/auth/approle) SecretID | _none_ | -By default, the variant will authentifacte using a [JWT ID token](https://docs.gitlab.com/ee/ci/secrets/id_token_authentication.html). To use [AppRole](https://www.vaultproject.io/docs/auth/approle) instead the `VAULT_ROLE_ID` and `VAULT_SECRET_ID` should be defined as secret project variables. +By default, the variant will authentifacte using a [JWT ID token](https://docs.gitlab.com/ci/secrets/id_token_authentication/). To use [AppRole](https://www.vaultproject.io/docs/auth/approle) instead the `VAULT_ROLE_ID` and `VAULT_SECRET_ID` should be defined as secret project variables. #### Usage