Skip to content

Commit 4ccc63c

Browse files
authored
Fix broken link to Git documentation by updating to correct URL (#3606)
1 parent ba71727 commit 4ccc63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ _you should see branches on origin as well as upstream, including 'main'_
5656
- For example, to create and switch to a new branch for issue GH-123: `git checkout -b GH-123`
5757
* You might be working on several different topic branches at any given time, but when at a stopping point for one of those branches, commit (a local operation).
5858
* Please follow the "Commit Guidelines" described in
59-
https://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project[this chapter of Pro Git].
59+
https://git-scm.com/book/ms/v2/Distributed-Git-Contributing-to-a-Project[this chapter of Pro Git].
6060
* Then to begin working on another issue (say GH-101): `git checkout GH-101`. The _-b_ flag is not needed if that
6161
branch already exists in your local repository.
6262
* When ready to resolve an issue or to collaborate with others, you can push your branch to origin (your fork),

0 commit comments

Comments
 (0)