From b5c9dea21503a2bcd2c4d639aded89dde6c8438d Mon Sep 17 00:00:00 2001 From: Shun Kakinoki <39187513+shunkakinoki@users.noreply.github.com> Date: Fri, 10 Jul 2020 09:58:09 +0900 Subject: [PATCH] docs: update github documentation to `docs.github.com` --- docs/usage/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration.md b/docs/usage/configuration.md index d21c93fb..536faf43 100644 --- a/docs/usage/configuration.md +++ b/docs/usage/configuration.md @@ -74,7 +74,7 @@ The branches on which releases should happen. By default **semantic-release** wi **Note**: If your repository does not have a release branch, then **semantic-release** will fail with an `ERELEASEBRANCHES` error message. If you are using the default configuration, you can fix this error by pushing a `master` branch. -**Note**: Once **semantic-release** is configured, any user with the permission to push commits on one of those branches will be able to publish a release. It is recommended to protect those branches, for example with [GitHub protected branches](https://help.github.com/articles/about-protected-branches). +**Note**: Once **semantic-release** is configured, any user with the permission to push commits on one of those branches will be able to publish a release. It is recommended to protect those branches, for example with [GitHub protected branches](https://docs.github.com/github/administering-a-repository/about-protected-branches). See [Workflow configuration](workflow-configuration.md#workflow-configuration) for more details.