From d5730060c78da38d1c2a421d8e31d2624c088973 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 22 Mar 2014 17:09:50 +0200 Subject: [PATCH] Contributing.asciidoc: fix developer's guide link The link directed to WeeChat.org instead of the developer's guide. --- Contributing.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.asciidoc b/Contributing.asciidoc index 6fb1d35f0..0bc3f7360 100644 --- a/Contributing.asciidoc +++ b/Contributing.asciidoc @@ -62,5 +62,5 @@ Before submitting a feature request, it's better to discuss about it in IRC If you want to fix a bug or add a new feature, it's always a good idea to discuss about it in IRC. -And you can look at http://weechat.org/[developer's guide] for coding rules +And you can look at http://weechat.org/files/doc/devel/weechat_dev.en.html[developer's guide] for coding rules (styles, naming convention, and other useful info).