From 3bd63eb6a8ca8931709754cc3ca7182cc0948f53 Mon Sep 17 00:00:00 2001 From: "Alvaro Pinot @alvaropinot" Date: Fri, 2 Aug 2019 12:37:08 -0400 Subject: [PATCH] docs: update semantic-release-cli broken link * Remove extra `01-` --- docs/03-recipes/circleci-workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-recipes/circleci-workflows.md b/docs/03-recipes/circleci-workflows.md index 8c2aefc7..abc94335 100644 --- a/docs/03-recipes/circleci-workflows.md +++ b/docs/03-recipes/circleci-workflows.md @@ -4,7 +4,7 @@ The [Authentication](../01-usage/ci-configuration.md#authentication) environment variables can be configured in [CircleCi Project Settings](https://circleci.com/docs/2.0/env-vars/#adding-environment-variables-in-the-app).. -Alternatively, the default `NPM_TOKEN` and `GH_TOKEN` can be easily [setup with semantic-release-cli](../01-usage/01-getting-started.md#getting-started). +Alternatively, the default `NPM_TOKEN` and `GH_TOKEN` can be easily [setup with semantic-release-cli](../01-usage/getting-started.md#guided-setup-through-semantic-release-cli). ## Multiple Node jobs configuration