Skip to content

Commit

Permalink
More broken document links fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Berger committed Oct 19, 2015
1 parent 19bec64 commit 90b8744
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/git-branching-strategies/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ As mentioned above the GitVersion docs cover [GitHubFlow](githubflow.md) and [Gi
### GitHubFlow
GitHubFlow is a simple and powerful branching strategy. It is what GitHub uses and the branching strategy most open source projects use.

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

Expand Down

0 comments on commit 90b8744

Please sign in to comment.