From d2230fab7e3a34a6cbb4577ad6eb20109af4f69b Mon Sep 17 00:00:00 2001 From: Gois Date: Tue, 13 Aug 2019 12:04:51 -0300 Subject: [PATCH] docs: broken link docs/03-recipes/travis.md Fixed the link for `setup with semantic-release-cli.` in 'Environment Variables' section, refering a old file of this repo, --- docs/03-recipes/travis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-recipes/travis.md b/docs/03-recipes/travis.md index adbe8280..c4e4053e 100644 --- a/docs/03-recipes/travis.md +++ b/docs/03-recipes/travis.md @@ -4,7 +4,7 @@ The [Authentication](../01-usage/ci-configuration.md#authentication) environment variables can be configured in [Travis Repository Settings](https://docs.travis-ci.com/user/environment-variables/#defining-variables-in-repository-Settings) or with the [travis env set CLI](https://github.com/travis-ci/travis.rb#env). -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). ## Node.js projects configuration