From 9636561db205d8070c15032b5a3469fa59505673 Mon Sep 17 00:00:00 2001 From: Lorenz Nickel Date: Thu, 7 Mar 2019 22:18:47 +0100 Subject: [PATCH] Updated link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa95d33f..824a4ff5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ project: 1. Create a new topic branch to contain your feature, change, or fix: 2. Commit your changes in logical chunks. Provide clear and explanatory commit - messages. Use git's [interactive rebase](https://help.github.com/articles/interactive-rebase) + messages. Use git's [interactive rebase](https://help.github.com/articles/about-git-rebase) feature to tidy up your commits before making them public. 3. Locally merge (or rebase) the upstream development branch into your topic branch: