Skip to content

Commit c481b93

Browse files
Fix Fork A Repo link in the contributing.adoc
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 parent 9874a43 commit c481b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For additional details, please refer to the blog post https://spring.io/blog/202
3333

3434
1. Go to https://github.com/spring-projects/spring-integration[https://github.com/spring-projects/spring-integration]
3535
2. Hit the "fork" button and choose your own GitHub account as the target
36-
3. For more detail see https://help.github.com/fork-a-repo/[Fork A Repo].
36+
3. For more detail see https://help.github.com/articles/fork-a-repo/[Fork A Repo].
3737

3838
== Setup your Local Development Environment
3939

@@ -123,7 +123,7 @@ As stated there: _"> Often, you’ll do this to make sure your commits apply cle
123123

124124
== Keeping your Local Code in Sync
125125

126-
* As mentioned above, you should always work on topic branches (since 'main' is a moving target).
126+
* As mentioned above, you should always work on topic branches (since 'main' is a moving target).
127127
However, you do want to always keep your own 'origin' main branch in synch with the 'upstream' main.
128128
* Within your local working directory, you can sync up all remotes' branches with: `git fetch --all`
129129
* While on your own local main branch: `git pull upstream main` (which is the equivalent of fetching upstream/main and merging that into the branch you are in currently)

0 commit comments

Comments
 (0)