From 1eac9c0cb170acb788be821283800e66ebcf3c86 Mon Sep 17 00:00:00 2001 From: Nick Brown <nb745@cam.ac.uk> Date: Tue, 11 Mar 2025 15:21:40 +0000 Subject: [PATCH] docs: lint fix for README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dad7b706..8fe67e02 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,10 @@ in [hooks/site_urls.py](./hooks/site_urls.py) These are preferable to relative URLs, since: * A page containing `site:` URLs needn't change if it's relocated. - * Whereas, a page containing relative URLs would need all of them updated. + * Whereas, a page containing relative URLs would need all of them updated. * A page referenced by `site:` URLs can be relocated, then a single search-and-replace performed to update all references. - * Whereas, a page referenced by different relative URLs + * Whereas, a page referenced by different relative URLs requires that they all be updated, and each becomes defferent. Such `site:` urls are translated as follows, -- GitLab