Skip to content

Commit

Permalink
fix broken link in CONTRIBUTING.md (bitwalker#556)
Browse files Browse the repository at this point in the history
The link under [interactive rebase] was giving a 404, I searched in help.github.com/articles and this link is the most suitable

https://help.github.com/en/articles/using-git-rebase-on-the-command-line
  • Loading branch information
silva96 authored and ckhrysze committed Sep 25, 2019
1 parent 08b590d commit 78bee8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ in order to craft an excellent pull request:
4. Commit your changes in logical chunks. Keep your commit messages organized,
with a short description in the first line and more detailed information on
the following lines. Feel free to use Git's
[interactive rebase](https://help.github.com/articles/interactive-rebase)
[interactive rebase](https://help.github.com/en/articles/using-git-rebase-on-the-command-line)
feature to tidy up your commits before making them public.
5. Make sure all the tests are still passing.
Expand Down

0 comments on commit 78bee8d

Please sign in to comment.