diff --git a/README.md b/README.md index 3548a30..664057e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Look for a project's contribution instructions. If there are any, follow them. - If the project has tests run them! - Write or adapt tests as needed. - Add or change the documentation as needed. -- Squash your commits into a single commit with git's [interactive rebase](https://help.github.com/articles/interactive-rebase). Create a new branch if necessary. +- Squash your commits into a single commit with git's [interactive rebase](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History). Create a new branch if necessary. - Push your branch to your fork on Github, the remote `origin`. - From your fork open a pull request in the correct branch. Target the project's `develop` branch if there is one, else go for `master`! - …