From 83db4e07db2e5347e1491ee35a819577b5047b11 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 20 Jan 2020 14:06:39 +0100 Subject: [PATCH] Always fun that markdown has URI links in reverse order compared to wiki syntax. [skip ci] --- doc/RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/RELEASE-NOTES.md b/doc/RELEASE-NOTES.md index 387846106..3a3c9da7e 100644 --- a/doc/RELEASE-NOTES.md +++ b/doc/RELEASE-NOTES.md @@ -7,7 +7,7 @@ UnrealIRCd 5.0.2 Fixes: * Documentation: to exempt someone from gline via /ELINE you have to use type 'G', not 'g'. Similarly, to exempt from spamfilter, use type 'F' and not 'f'. -* Exempting IPs from throttling via [https://www.unrealircd.org/docs/Except_throttle_block](except throttle) was not working. +* Exempting IPs from throttling via [except throttle](https://www.unrealircd.org/docs/Except_throttle_block) was not working. * Unable to customize [set::tls::outdated-protocols](https://www.unrealircd.org/docs/Set_block#set::ssl::outdated-protocols) and [set::tls::outdated-ciphers](https://www.unrealircd.org/docs/Set_block#set::ssl::outdated-ciphers).