aboutsummaryrefslogtreecommitdiffstats
path: root/git.sr.ht
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2021-11-29 12:51:05 +0100
committerDrew DeVault <sir@cmpwn.com>2021-11-29 12:52:34 +0100
commitdd23f69a6f5f05e03d2fee9943c2744ebf800c20 (patch)
treed3bb4d7fb82549fa8248992d705480995c81f84f /git.sr.ht
parent0d76ec9e5b280da5126fa97590a92655586f7aa5 (diff)
downloadsr.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 'git.sr.ht')
-rw-r--r--git.sr.ht/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/git.sr.ht/index.md b/git.sr.ht/index.md
index ec281e4..2a2614e 100644
--- a/git.sr.ht/index.md
+++ b/git.sr.ht/index.md
@@ -21,8 +21,8 @@ Here are some good resources:
We do have some general resources for learning how to use git the sr.ht way:
-- [Using git-send-email for sending and reviewing patches on sr.ht](../git.sr.ht/send-email.md)
-- [Code review with lists.sr.ht](../lists.sr.ht/code-review.md)
+- [Using git-send-email for sending and reviewing patches on sr.ht](/git.sr.ht/send-email.md)
+- [Code review with lists.sr.ht](/lists.sr.ht/code-review.md)
# SSH host keys
@@ -146,8 +146,8 @@ far.
# Referencing tickets in git commit messages
-If your source repository is linked to a [project](../hub.sr.ht/index.md), you
-may interact with [todo.sr.ht](../todo.sr.ht/index.md) tickets via specific git
+If your source repository is linked to a [project](/hub.sr.ht/index.md), you
+may interact with [todo.sr.ht](/todo.sr.ht/index.md) tickets via specific git
commit [trailers](https://git-scm.com/docs/git-interpret-trailers). The trailer
values must be valid URLs to tickets. Any other value will be ignored.
A comment will be inserted in the referenced tickets with a back-link to the