From 0ab4e04159389716d66b2bbaf63431954f831877 Mon Sep 17 00:00:00 2001 From: Evolving The Future <66333723+EvTheFuture@users.noreply.github.com> Date: Sat, 3 Apr 2021 08:03:47 +0200 Subject: [PATCH] CONTRIBUTING: Replaced broken link Changed the link to interactive rebase which was non existing on the new docs site on github. --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ce7e12492..057948330c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,8 +92,7 @@ Please follow this process; it's the best way to get your work included in the p - Commit your changes in logical chunks. or your pull request is unlikely be merged into the main project. Use git's - [interactive rebase](https://help.github.com/articles/interactive-rebase) - feature to tidy up your commits before making them public. + [interactive rebase](https://docs.github.com/en/github/getting-started-with-github/about-git-rebase) feature to tidy up your commits before making them public. - Push your topic branch up to your fork: