diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/about.pug | 6 | ||||
-rw-r--r-- | views/tm_list.pug | 2 | ||||
-rw-r--r-- | views/tm_seed.pug | 2 |
3 files changed, 5 insertions, 5 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 & 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 & 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]. 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 <a href="/docs/tournaments">tournament information</a>. + p See <a href="/docs/tournaments.md">tournament information</a>. +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 |