From a775bd9193a8d3b0f24201d09667943210a3e1f4 Mon Sep 17 00:00:00 2001 From: Scott Feeney Date: Fri, 2 Dec 2022 11:14:32 -0800 Subject: [PATCH] docs: update mastodon dev guide link (#2272) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0cd46a24..d43dc7c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ running on `localhost:3000`. ### Running integration tests The integration tests require running Mastodon itself, -meaning the [Mastodon development guide](https://docs.joinmastodon.org/development/overview/) +meaning the [Mastodon development guide](https://docs.joinmastodon.org/dev/setup/) is relevant here. In particular, you'll need a recent version of Ruby, Redis, and Postgres running. For a full list of deps, see `bin/setup-mastodon-in-travis.sh`.