From dd7d664aa121e6d81057d33ff120d95f1da57067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20G=C3=B3mez-Obreg=C3=B3n?= <417226+JaimeObregon@users.noreply.github.com> Date: Fri, 7 Jan 2022 18:28:12 +0100 Subject: [PATCH] docs: fix a broken link (#2318) --- docs/usage/ci-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/ci-configuration.md b/docs/usage/ci-configuration.md index 944eeb5f43..9cde2eccd1 100644 --- a/docs/usage/ci-configuration.md +++ b/docs/usage/ci-configuration.md @@ -13,7 +13,7 @@ Here is a few example of the CI services that can be used to achieve this: - [Wercker Workflows](http://devcenter.wercker.com/docs/workflows) - [GoCD Pipelines](https://docs.gocd.org/current/introduction/concepts_in_go.html#pipeline). -See [CI configuration recipes](../recipes/release-workflow/README.md#ci-configurations) for more details. +See [CI configuration recipes](../recipes/ci-configurations/README.md) for more details. ## Authentication @@ -44,6 +44,6 @@ See each plugin's documentation for the environment variables required. The authentication token/credentials have to be made available in the CI service via environment variables. -See [CI configuration recipes](../recipes/release-workflow/README.md#ci-configurations) for more details on how to configure environment variables in your CI service. +See [CI configuration recipes](../recipes/ci-configurations/README.md) for more details on how to configure environment variables in your CI service. **Note**: The environment variables `GH_TOKEN`, `GITHUB_TOKEN`, `GL_TOKEN` and `GITLAB_TOKEN` can be used for both the Git authentication and the API authentication required by [@semantic-release/github](https://github.com/semantic-release/github) and [@semantic-release/gitlab](https://github.com/semantic-release/gitlab).