diff options
author | TR_SLimey <37966924+TR-SLimey@users.noreply.github.com> | 2020-12-04 14:10:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-04 14:10:01 +0000 |
commit | c052edafdd765d821f9732add4f5d33962ba5ba4 (patch) | |
tree | 7289f50605a297c68b504ddc177f3b968a0c8a7f | |
parent | 68d92fd3b4bfdc5a8e13ec66905bc7c0a2b951c9 (diff) |
Fix broken image in CONTRIBUTING.md (#1612)
-rw-r--r-- | docs/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
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, |