From 2d3d73082152391ebdc992a52c69ea4fb5dbe687 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 7 Sep 2014 14:49:17 +0200 Subject: [PATCH] Fix link to A successgul Git branching model article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffe8880..41ded08 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Development As the projects gets a bit more popular, I see that people want to add missing features. I have a whole bunch of features that I want to add in future releases, but right now I'm trying to understand how to keep it more or less organized. -Currently I have decided to use [A successful Git branching model](http://nvie.com/posts/a-successful-git) by [Vincent Driessen](https://twitter.com/nvie), so read this article and I do not doubt that it will help you with other Git related projects. +Currently I have decided to use [A successful Git branching model](http://nvie.com/posts/a-successful-git-branching-model/) by [Vincent Driessen](https://twitter.com/nvie), so read this article and I do not doubt that it will help you with other Git related projects. I'm still working on boosting my understanding about the issue tracking system on GitHub, I believe that it would be the best way how to keep new feature requests and bugfixes organized.