From 904deb7d6a87282499ffbcc4e3faa3d96e7f8e87 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 14 Nov 2016 15:17:15 +0800 Subject: [PATCH] Fix broken link for Contributors Guide (#166) * Fix broken link for Contributors Guide * remove ./ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4458f69db..901d03bf4 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).