From c052edafdd765d821f9732add4f5d33962ba5ba4 Mon Sep 17 00:00:00 2001 From: TR_SLimey <37966924+TR-SLimey@users.noreply.github.com> Date: Fri, 4 Dec 2020 14:10:01 +0000 Subject: [PATCH] Fix broken image in CONTRIBUTING.md (#1612) --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 1ab885eb..ea4b2b27 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -37,7 +37,7 @@ If a job fails, click the "details" button and you should be taken to the job's logs. ![Click the details button on the failing build -step](docs/images/details-button-location.jpg) +step](https://raw.githubusercontent.com/matrix-org/dendrite/master/docs/images/details-button-location.jpg) Scroll down to the failing step and you should see some log output. Scan the logs until you find what it's complaining about, fix it, submit a new commit,