diff options
author | Robin Jarry <robin@jarry.cc> | 2021-11-29 12:51:05 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-11-29 12:52:34 +0100 |
commit | dd23f69a6f5f05e03d2fee9943c2744ebf800c20 (patch) | |
tree | d3bb4d7fb82549fa8248992d705480995c81f84f /lists.sr.ht/index.md | |
parent | 0d76ec9e5b280da5126fa97590a92655586f7aa5 (diff) | |
download | sr.ht-docs-dd23f69a6f5f05e03d2fee9943c2744ebf800c20.tar.gz |
Fix broken relative links
For some obscure reason yet to be identified, *some* (not all) relative
links that use "../" to reference parent items in the repository point
to invalid URLs. This may be an issue with the rendering process from
markdown to html.
Replace relative links with absolute ones.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'lists.sr.ht/index.md')
-rw-r--r-- | lists.sr.ht/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lists.sr.ht/index.md b/lists.sr.ht/index.md index aa75a39..a444709 100644 --- a/lists.sr.ht/index.md +++ b/lists.sr.ht/index.md @@ -18,8 +18,8 @@ We have some resources for you: If you plan on contributing patches, we also have these guides: -- [Using git-send-email for sending and reviewing patches on sr.ht](../git.sr.ht/send-email.md) -- [Using hg-email for sending and retrieving patches on sr.ht](../hg.sr.ht/email.md) +- [Using git-send-email for sending and reviewing patches on sr.ht](/git.sr.ht/send-email.md) +- [Using hg-email for sending and retrieving patches on sr.ht](/hg.sr.ht/email.md) # lists.sr.ht manual |