Skip to content

Commit 90b8744

Browse files
author
Pascal Berger
committed
More broken document links fixing
1 parent 19bec64 commit 90b8744

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/git-branching-strategies/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ As mentioned above the GitVersion docs cover [GitHubFlow](githubflow.md) and [Gi
1111
### GitHubFlow
1212
GitHubFlow is a simple and powerful branching strategy. It is what GitHub uses and the branching strategy most open source projects use.
1313

14-
- [Mainline development](/reference/mainline-development.md) on `master`
15-
- Work on [feature branches](/reference/feature-branches.md), merge into `master` via [pull requests](/reference/pull-requests.md)
16-
- Works well for [continuous delivery](/reference/continuous-delivery.md)
14+
- [Mainline development](../reference/mainline-development.md) on `master`
15+
- Work on [feature branches](../reference/feature-branches.md), merge into `master` via [pull requests](../reference/pull-requests.md)
16+
- Works well for [continuous delivery](../reference/continuous-delivery.md)
1717
- Does not have a way to manage/maintain old releases
1818
- Only allows working on a single release at a time
1919

0 commit comments

Comments
 (0)