diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2018-06-20 16:37:00 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-06-20 20:21:16 +0200 |
commit | 7f4c4372fd8a2c36631fb032094e958ac0373514 (patch) | |
tree | 940a58e7e9ada71f632106b12d3b6812f6d96a6e /server/sonar-docs/src/pages/branches | |
parent | 35b0b905bbe7bddbcdbecc2f66f2499f71f19869 (diff) | |
download | sonarqube-7f4c4372fd8a2c36631fb032094e958ac0373514.tar.gz sonarqube-7f4c4372fd8a2c36631fb032094e958ac0373514.zip |
add links to Branch child pages (#284)
Diffstat (limited to 'server/sonar-docs/src/pages/branches')
-rw-r--r-- | server/sonar-docs/src/pages/branches/index.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/branches/index.md b/server/sonar-docs/src/pages/branches/index.md index 67de486046c..d248125a626 100644 --- a/server/sonar-docs/src/pages/branches/index.md +++ b/server/sonar-docs/src/pages/branches/index.md @@ -73,3 +73,8 @@ A regular expression is used to determine whether a branch is treated as long-li This can be updated globally in **Configuration > General > Detection** of long-lived branches or at project's level in the **Admininstration > Branches**. Once a branch type has been set, it cannot be changed. Explicitly, you cannot transform a long-lived to short-lived branch, or vice-versa. + +## See also +* [Short-lived Branches](short-lived-branches) +* [Long-lived Branches](long-lived-branches) +* [Frequently Asked Questions](branches-faq) |