From dc789ad7db11ee5e348789b0f202dccf09b4a916 Mon Sep 17 00:00:00 2001 From: stevegt Date: Mon, 28 May 2018 17:25:13 -0700 Subject: [PATCH] Fix drone CLI install link (#4071) Fixes #4070 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.