From f08b42b93014ac01c6048e070e84e1b665b9e9d1 Mon Sep 17 00:00:00 2001
From: Anton Soldatov <igelhaus@gmail.com>
Date: Thu, 10 Apr 2014 21:47:03 +0400
Subject: [PATCH] Fixed a broken link in markdown

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 61c8983..e786bfb 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Currently the project consists of two parts:
 1. `redminer` script itself. For now it supports only creating projects with subprojects
 from a given layout, but in the future it's aimed for various RedMine automation tasks
 2. `RedMiner::API` module, a Perl binding to [RedMine REST API](http://www.redmine.org/projects/redmine/wiki/Rest_api).
-Please refer to [built-in POD documentation](../blob/master/lib/RedMiner/API.pm) for more details
+Please refer to [built-in POD documentation](../master/lib/RedMiner/API.pm) for more details
 
 ## Non-core Dependencies
 
-- 
GitLab