diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2016-11-14 15:17:15 +0800 |
---|---|---|
committer | Thomas Boerger <thomas@webhippie.de> | 2016-11-14 08:17:15 +0100 |
commit | 904deb7d6a87282499ffbcc4e3faa3d96e7f8e87 (patch) | |
tree | fd42c12c02fb0dcb522a0e9e540629261fa48cb9 /README.md | |
parent | 739f07c98e1254f776a7cb943a3430de32b17d1d (diff) | |
download | gitea-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |