summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorstevegt <stevegt@t7a.org>2018-05-28 17:25:13 -0700
committerLunny Xiao <xiaolunwen@gmail.com>2018-05-29 08:25:13 +0800
commitdc789ad7db11ee5e348789b0f202dccf09b4a916 (patch)
tree5bbe6a71998cbd6f10684e0793d901bbf900d498 /CONTRIBUTING.md
parent5c95f7c7ce0dd992932f1bd3c3a40240aa11d4d0 (diff)
downloadgitea-dc789ad7db11ee5e348789b0f202dccf09b4a916.tar.gz
gitea-dc789ad7db11ee5e348789b0f202dccf09b4a916.zip
Fix drone CLI install link (#4071)
Fixes #4070
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d1b53e792c..cee399d2c3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -69,7 +69,7 @@ and keep the compatibility on upgrade. To make sure you are
running the test suite exactly like we do, you should install
the CLI for [Drone CI](https://github.com/drone/drone), as
we are using the server for continous testing, following [these
-instructions](http://readme.drone.io/usage/getting-started-cli). After that,
+instructions](http://docs.drone.io/cli-installation/). After that,
you can simply call `drone exec --local --build-event "pull_request"` within
your working directory and it will try to run the test suite locally.