diff options
Diffstat (limited to 'src/core/weechat.h')
-rw-r--r-- | src/core/weechat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/weechat.h b/src/core/weechat.h index 446dff382..bea355892 100644 --- a/src/core/weechat.h +++ b/src/core/weechat.h @@ -52,8 +52,8 @@ #define WEECHAT_COPYRIGHT_DATE "(C) 2003-2014" -#define WEECHAT_WEBSITE "http://www.weechat.org/" -#define WEECHAT_WEBSITE_DOWNLOAD "http://www.weechat.org/download" +#define WEECHAT_WEBSITE "http://weechat.org/" +#define WEECHAT_WEBSITE_DOWNLOAD "http://weechat.org/download" /* log file */ #define WEECHAT_LOG_NAME "weechat.log" |