From e29fae7d6b7475c3d16725abdadceadfaf25c355 Mon Sep 17 00:00:00 2001 From: Sheriff Yusuf <51051827+sheriffyusuf@users.noreply.github.com> Date: Thu, 21 May 2020 11:04:18 +0100 Subject: [PATCH] Update interactive rebase tutorial link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`! - …