summaryrefslogtreecommitdiff
path: root/views/about.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-04-26 14:06:27 +0200
committerTor Andersson <tor@ccxvii.net>2025-04-26 14:11:27 +0200
commit3765378f99d29a0481e0268a76edf283a6167a48 (patch)
tree4f46d8d5f7a6a228f5f1cf4d17110ff4e61ab1ac /views/about.pug
parent44c38cb0f1a52787306ffca3ee4916f382bf7cc4 (diff)
downloadserver-3765378f99d29a0481e0268a76edf283a6167a48.tar.gz
Use .md suffix in docs links so they work on github.
Diffstat (limited to 'views/about.pug')
-rw-r--r--views/about.pug6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/about.pug b/views/about.pug
index ee94352..6b423d9 100644
--- a/views/about.pug
+++ b/views/about.pug
@@ -22,9 +22,9 @@ html
h2 About
ul
- li Read the <a href="/docs/tips">Tips &amp; Tricks</a> before playing!
- li Read the <a href="/docs/tournaments">tournament information</a> before joining a tournament.
- li Study the <a href="/docs/">developer documentation</a> if you want to create modules.
+ li Read the <a href="/docs/tips.md">Tips &amp; Tricks</a> before playing!
+ li Read the <a href="/docs/tournaments.md">tournament information</a> before joining a tournament.
+ li Study the <a href="/docs/index.md">developer documentation</a> if you want to create modules.
p.
The source code is available on #[a(href="https://git.rally-the-troops.com/") git.rally-the-troops.com].