From dbd4697001a2a32f001efa230eebe6dda81a1c0f Mon Sep 17 00:00:00 2001
From: jwdeitch <jwdeitch@users.noreply.github.com>
Date: Fri, 19 Feb 2016 15:25:23 -0500
Subject: [PATCH 1/2] Update contributing guidlines link

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

diff --git a/README.md b/README.md
index bb0fff7d9b..9de08febbb 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
 
 ### NOTICES
 
-- :bangbang: You **MUST** read [CONTRIBUTING.md](CONTRIBUTING.md) for bug report and contributing code. :bangbang:
+- :bangbang: You **MUST** read the [contributing guidelines](https://github.com/gogits/gogs/wiki/Contributing-Code) for bug report and contributing code. :bangbang:
 - Please [start discussion](http://forum.gogs.io/category/2/general-discussion) or [ask a question](http://forum.gogs.io/category/4/getting-help) on [the forum](http://forum.gogs.io/). GitHub issue tracker only keeps **bugs** and **feature requests**, all other topics will be closed without reason.
 - Due to testing purpose, data of [try.gogs.io](https://try.gogs.io) was reset in **Jan 28, 2015** and will reset multiple times after. Please do **NOT** put your important data on the site.
 - The demo site [try.gogs.io](https://try.gogs.io) is running under `develop` branch.

From 0b54035d7aecc2d7dff20a55cc03e9539ae7de2e Mon Sep 17 00:00:00 2001
From: jwdeitch <jwdeitch@users.noreply.github.com>
Date: Fri, 19 Feb 2016 16:07:15 -0500
Subject: [PATCH 2/2] Update README.md

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

diff --git a/README.md b/README.md
index 9de08febbb..f75015758e 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
 
 ### NOTICES
 
-- :bangbang: You **MUST** read the [contributing guidelines](https://github.com/gogits/gogs/wiki/Contributing-Code) for bug report and contributing code. :bangbang:
+- :bangbang: You **MUST** read [CONTRIBUTING.md](https://github.com/gogits/gogs/blob/master/.github/CONTRIBUTING.md) for bug report and contributing code. :bangbang:
 - Please [start discussion](http://forum.gogs.io/category/2/general-discussion) or [ask a question](http://forum.gogs.io/category/4/getting-help) on [the forum](http://forum.gogs.io/). GitHub issue tracker only keeps **bugs** and **feature requests**, all other topics will be closed without reason.
 - Due to testing purpose, data of [try.gogs.io](https://try.gogs.io) was reset in **Jan 28, 2015** and will reset multiple times after. Please do **NOT** put your important data on the site.
 - The demo site [try.gogs.io](https://try.gogs.io) is running under `develop` branch.