Skip to content

Commit 443b997

Browse files
ChrisJStonearturcic
authored andcommitted
docs: Update index.md
Update gitflow extension reference to currently maintained fork
1 parent e065523 commit 443b997

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)