From 5cb0e29389c865f52006839b705ef5dfa3f0115d Mon Sep 17 00:00:00 2001 From: snappyapple632 <40573129+snappyapple632@users.noreply.github.com> Date: Thu, 28 Feb 2019 19:13:12 -0800 Subject: [PATCH] Fixed a broken link --- docs/05_releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05_releasing.md b/docs/05_releasing.md index 0bd4087..e8fb6b8 100644 --- a/docs/05_releasing.md +++ b/docs/05_releasing.md @@ -52,7 +52,7 @@ Be aware of the rule that a release should never be done on a Friday. For NewPip Below is a list of things you will want to do: 1. Fork the __dev__ branch into a new __release_x.y.z__ branch. -2. Increase the [version number](#versioning) +2. Increase the [version number](#version-nomenclature) 3. Merge [weblate](https://hosted.weblate.org/projects/newpipe/) changes from the `dev` branch at `https://hosted.weblate.org/git/newpipe/strings/`. 4. Copy the [release notes](#release-notes) from the GitHub version draft into the corresponding fastlane file (see [release notes](#release-notes)). 5. Open up a pull request form the new __release_x.y.z__ branch into the __master__ branch.