From 3765378f99d29a0481e0268a76edf283a6167a48 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 26 Apr 2025 14:06:27 +0200 Subject: Use .md suffix in docs links so they work on github. --- views/about.pug | 6 +++--- views/tm_list.pug | 2 +- views/tm_seed.pug | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'views') 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 Tips & Tricks before playing! - li Read the tournament information before joining a tournament. - li Study the developer documentation if you want to create modules. + li Read the Tips & Tricks before playing! + li Read the tournament information before joining a tournament. + li Study the developer documentation 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]. diff --git a/views/tm_list.pug b/views/tm_list.pug index 7c25d69..88fe9cf 100644 --- a/views/tm_list.pug +++ b/views/tm_list.pug @@ -9,6 +9,6 @@ html article h1 Tournaments - p See tournament information. + p See tournament information. +seedlist(seeds, "Mini Cup") diff --git a/views/tm_seed.pug b/views/tm_seed.pug index 65c213d..45659c5 100644 --- a/views/tm_seed.pug +++ b/views/tm_seed.pug @@ -25,7 +25,7 @@ html tr td Format td - a(href="/docs/tournaments") Mini Cup + a(href="/docs/tournaments.md") Mini Cup if seed.scenario !== "Standard" tr td Scenario -- cgit v1.2.3