diff options
author | Unknwon <u@gogs.io> | 2016-02-19 16:09:43 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-19 16:09:43 -0500 |
commit | 716209563532587928099b33f0481d44fbf78c46 (patch) | |
tree | 2ae648798eead9765eb590eb2d599c1b41d3b14d /README.md | |
parent | 2408df3f3549bdddb16c7ce01e9cf5a2e18c0df5 (diff) | |
parent | 0b54035d7aecc2d7dff20a55cc03e9539ae7de2e (diff) | |
download | gitea-716209563532587928099b33f0481d44fbf78c46.tar.gz gitea-716209563532587928099b33f0481d44fbf78c46.zip |
Merge pull request #2664 from jwdeitch/patch-1
Update contributing guidlines link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 [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. |