From c479e7422ef970c998cdf94a76d5f2a9dd63022c Mon Sep 17 00:00:00 2001 From: snappyapple632 <40573129+snappyapple632@users.noreply.github.com> Date: Thu, 28 Feb 2019 19:17:50 -0800 Subject: [PATCH] Fixed the other 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 e8fb6b8..fc228d0 100644 --- a/docs/05_releasing.md +++ b/docs/05_releasing.md @@ -127,7 +127,7 @@ Here's what you do when releasing a hotfix: 3. Merge __dev__ into master on the extractor. 4. Create a GPG signed tag with the name `v0.x.y` on the extractor. 5. Create a new release draft and write the down the fix into the release notes. -6. Copy the [release note](#release_notes) into the fastlane directory of releases. +6. Copy the [release note](#release-notes) into the fastlane directory of releases. 7. Increment the __small minor__ version number and the `versionCode`. 8. Click "Publish Release". 9. Rebase the hotfix back into __dev__ branch.