From 752a67c988df5db90c858536bfa639bcf1845561 Mon Sep 17 00:00:00 2001 From: fatherjacob <69361024+fatherjacob@users.noreply.github.com> Date: Mon, 11 Oct 2021 13:02:14 +0200 Subject: [PATCH] Fixed broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3548a30..866a80a 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/#_changing_multiple). 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`! - …