From f0eb7728edaaaa102ffc3989ab0da1a7982c2355 Mon Sep 17 00:00:00 2001 From: Dincho Todorov Date: Tue, 26 May 2020 15:33:07 +0300 Subject: [PATCH] Fix rebar.config link in docs --- doc/branch-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/branch-handling.md b/doc/branch-handling.md index 4961f9605..257228eb8 100644 --- a/doc/branch-handling.md +++ b/doc/branch-handling.md @@ -52,7 +52,7 @@ When release testing is done, the release is tagged on the form The release has a MAJOR and MINOR version and then the git hash as a reference. Note that the version number is not taken from the tag, but -from the release version in [](../rebar.config) +from the release version in [rebar.config](../rebar.config) After the release is done, if the release tag is not in the history of `master` (e.g., if there was a branch with fixes) the release tag -- GitLab