aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2016-11-14 15:17:15 +0800
committerThomas Boerger <thomas@webhippie.de>2016-11-14 08:17:15 +0100
commit904deb7d6a87282499ffbcc4e3faa3d96e7f8e87 (patch)
treefd42c12c02fb0dcb522a0e9e540629261fa48cb9 /README.md
parent739f07c98e1254f776a7cb943a3430de32b17d1d (diff)
downloadgitea-904deb7d6a87282499ffbcc4e3faa3d96e7f8e87.tar.gz
gitea-904deb7d6a87282499ffbcc4e3faa3d96e7f8e87.zip
Fix broken link for Contributors Guide (#166)
* Fix broken link for Contributors Guide * remove ./
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4458f69db2..901d03bf47 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
### Important Notes
-1. **YOU MUST READ THE [Contributors Guide](https://github.com/go-gitea/gitea/CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST**.
+1. **YOU MUST READ THE [Contributors Guide](CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST**.
2. If you think there are vulnerabilities in the project, please talk privately to **security@gitea.io**. Thanks!
3. If you're interested in using APIs, we have experimental support with [documentation](https://godoc.org/github.com/go-gitea/go-sdk).