From 9d7f28c9e7cc49cd7ed224e3aef95a8c3474444f Mon Sep 17 00:00:00 2001 From: Fredrick Brennan Date: Thu, 18 Apr 2019 20:16:52 +0800 Subject: [PATCH] Fix config links --- Home.md | 14 +++++++------- config.md | 2 +- events.md | 2 +- special_allpages.md | 14 +++++++------- why_tinyboard.md | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Home.md b/Home.md index 69f17ea..882017a 100644 --- a/Home.md +++ b/Home.md @@ -14,14 +14,14 @@ Getting started Configuration ------------- -* [Cache](config/cache) -* [DNS Blacklists (DNSBL)](config/dnsbl) -* [Flood filters](config/flood_filters) -* [Word filters](config/word_filters) -* [reCAPTCHA](config/recaptcha) -* [Boardlinks](config/boardlinks) +* [Cache](cache) +* [DNS Blacklists (DNSBL)](dnsbl) +* [Flood filters](flood_filters) +* [Word filters](word_filters) +* [reCAPTCHA](recaptcha) +* [Boardlinks](boardlinks) * [Events](events) -* [Markup syntax](config/markup) +* [Markup syntax](markup) Troubleshooting --------------- diff --git a/config.md b/config.md index 3250d06..242f2b8 100644 --- a/config.md +++ b/config.md @@ -30,5 +30,5 @@ The comments in [`inc/config.php`](../inc/config.php) are probably the greatest See also -------- * [“Events”](events) -* [Custom flood filters](config/flood_filters) +* [Custom flood filters](flood_filters) * [Cache](config) diff --git a/events.md b/events.md index 26fcea2..3f9fcef 100644 --- a/events.md +++ b/events.md @@ -68,4 +68,4 @@ Event | Called | Par See also -------- -* [Custom flood filters](config/flood_filters) +* [Custom flood filters](flood_filters) diff --git a/special_allpages.md b/special_allpages.md index 36242c4..cb6d5f1 100644 --- a/special_allpages.md +++ b/special_allpages.md @@ -4,13 +4,13 @@ All Pages * [Bans](bans) * [Capcodes](capcodes) * [Config](config) -* [Config/Boardlinks](config/boardlinks) -* [Config/Cache](config/cache) -* [Config/DNSBL](config/dnsbl) -* [Config/Flood filters](config/flood_filters) -* [Config/Markup](config/markup) -* [Config/Word filters](config/word_filters) -* [Config/reCAPTCHA](config/recaptcha) +* [Config/Boardlinks](boardlinks) +* [Config/Cache](cache) +* [Config/DNSBL](dnsbl) +* [Config/Flood filters](flood_filters) +* [Config/Markup](markup) +* [Config/Word filters](word_filters) +* [Config/reCAPTCHA](recaptcha) * [Events](events) * [Git](git) * [Installation](installation) diff --git a/why_tinyboard.md b/why_tinyboard.md index 611c5fb..61f3736 100644 --- a/why_tinyboard.md +++ b/why_tinyboard.md @@ -5,14 +5,14 @@ Why Tinyboard? Tinyboard was written from scratch, meaning it’s not based on any of the ancient and defective projects such as Futaba and Kusaba. ### Performance -Tinyboard is built for speed and has proven to be incredibly fast compared to alternatives. You can make it even faster by [enabling cache](config/cache). +Tinyboard is built for speed and has proven to be incredibly fast compared to alternatives. You can make it even faster by [enabling cache](cache). ### Configurability Tinyboard is almost entirely customizable. You can [create advanced configuration files](config) for the entire imageboard, or for specific boards. #### Cool config sutff -* [Custom flood filters](config/flood_filters) -* [Markup syntax](config/markup) +* [Custom flood filters](flood_filters) +* [Markup syntax](markup) * [Events](events) ### Security @@ -30,7 +30,7 @@ Tinyboard can track post citations (“>>1234” links) so that when posts are d Tinyboard has full support for IPv6 clients. ### DNS Blacklists -Tinyboard makes blocking open proxies and other malicious clients easy with [DNS Blacklists (DNSBL)](config/dnsbl). +Tinyboard makes blocking open proxies and other malicious clients easy with [DNS Blacklists (DNSBL)](dnsbl). ### Anti-spam measures Tinyboard uses [unique and harder-to-defeat anti-spam measures](your_request_looks_automated) that keeps all generic bots out and gives attackers a hard time.