Skip to content

Commit fc73095

Browse files
authored
Merge pull request #3616 from ChrisJStone/patch-1
docs: Update index.md for Git Flow change link to maintained gitflow extension
2 parents e065523 + 443b997 commit fc73095

File tree

1 file changed

+1
-1
lines changed
  • docs/input/docs/learn/branching-strategies/gitflow

1 file changed

+1
-1
lines changed

docs/input/docs/learn/branching-strategies/gitflow/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SemVer compatible versions from this structure.
1717
prefixed with release-. Eg: release-4.1 (or release-4.1.0)
1818
* Hotfixes are prefixed with hotfix- Eg. hotfix-4.0.4
1919
* The original [GitFlow model](https://nvie.com/posts/a-successful-git-branching-model/)
20-
specifies branches with a "-" separator while the [git flow extensions](https://github.com/nvie/gitflow)
20+
specifies branches with a "-" separator while the [git flow extensions](https://github.com/CJ-Systems/gitflow-cjs)
2121
default to a "/" separator. Either work with GitVersion.
2222
* Tags are used on the main branch and reflects the SemVer of each stable
2323
release eg 3.3.8 , 4.0.0, etc

0 commit comments

Comments
 (0)