From e2b334a5db49efe92ad88c17b3cf90ce518e6c40 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 2 Jan 2019 14:32:22 +0100 Subject: [PATCH] Fix broken links in CONTRIBUTING.md. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d550c46c..259195eaf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ Last rule: you shouldn't add a mandatory dependency. Limnoria does not come with any (besides Python), so please try to keep all dependencies optional. -[Style Guidelines]:http://supybot.aperio.fr/doc/develop/style.html +[Style Guidelines]:https://limnoria.readthedocs.io/en/latest/develop/style.html ## Sending patches @@ -32,6 +32,6 @@ is very appreciated. See also [Contributing to Limnoria] at [Limnoria documentation]. -[Contributing to Limnoria]:http://supybot.aperio.fr/doc/contribute/index.html#contributing-to-limnoria +[Contributing to Limnoria]:https://limnoria.readthedocs.io/en/latest/contribute/index.html -[Limnoria documentation]:http://supybot.aperio.fr/doc/index.html +[Limnoria documentation]:https://limnoria.readthedocs.io/