From 00530003fe446cedab06dc5c7e89e8c5efc54a02 Mon Sep 17 00:00:00 2001 From: Emily Bourke Date: Thu, 5 Sep 2024 17:38:49 +0100 Subject: [PATCH] Readme: use relative link to docs Relative links work well locally in text editors and on github, whereas an absolute link like this can be mildly frustrating when following from a text editor. --- dotcom-rendering/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotcom-rendering/README.md b/dotcom-rendering/README.md index df2884fe5b0..ac6c2aa2555 100644 --- a/dotcom-rendering/README.md +++ b/dotcom-rendering/README.md @@ -139,7 +139,7 @@ If you get lint errors, you can attempt to automatically fix them with: $ make fix ``` -See [the makefile](https://github.com/guardian/dotcom-rendering/blob/main/dotcom-rendering/makefile) for the full list. +See [the makefile](./makefile) for the full list. [Read about testing tools and testing strategy](docs/testing.md).