From 71cd9ea04110decfc5cd048e5a9af7e6a64eb018 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 16 Dec 2012 09:36:19 +0700 Subject: [PATCH] Fix readme links Thanks to miniCruze for reporting it --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75e24b71..374f1505 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,8 @@ running make or with the znc-buildmod shell script. For additional info look in the wiki: -- [Writing Modules](http://wiki.znc.in/WritingModules) -- [Module Hooks](http://wiki.znc.in/ModuleHooks) +- [Writing Modules](http://wiki.znc.in/Writing_Modules) +- [Module Hooks](http://wiki.znc.in/Module_Hooks) Perl modules are loaded through the global module [ModPerl](http://wiki.znc.in/Modperl).