From 89bf56a6ac86279cb93732535b6cedc812a1d8b5 Mon Sep 17 00:00:00 2001
From: Mathew Robinson <mathew.robinson@chasinglogic.com>
Date: Thu, 29 Oct 2015 15:34:59 -0400
Subject: [PATCH] Fixed broken link in README

The link http://gogs.io/docs/intro/ produces a 404 error and is used in the README updated it to http://gogs.io/docs/intro which correctly links to the introductory documentation
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 16329415ce..f0f0808bc7 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ The goal of this project is to make the easiest, fastest, and most painless way
 
 ## Overview
 
-- Please see the [Documentation](http://gogs.io/docs/intro/) for project design, known issues, and change log.
+- Please see the [Documentation](http://gogs.io/docs/intro) for project design, known issues, and change log.
 - See the [Trello Board](https://trello.com/b/uxAoeLUl/gogs-go-git-service) to follow the develop team.
 - Want to try it before doing anything else? Do it [online](https://try.gogs.io/gogs/gogs) or go down to the **Installation -> Install from binary** section!
 - Having trouble? Get help with [Troubleshooting](http://gogs.io/docs/intro/troubleshooting.html).