From 862a02ce63804631398c97de0129319001f437ba Mon Sep 17 00:00:00 2001 From: "Thor K.H." Date: Tue, 5 Feb 2013 22:47:12 +0100 Subject: change URL for "Contents" option in "Help" menu I propose that the address for the help contents is changed to docs.hexchat.org over simply being hexchat.org. --- src/fe-gtk/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-gtk/menu.c b/src/fe-gtk/menu.c index 6fd62509..f5f6b456 100644 --- a/src/fe-gtk/menu.c +++ b/src/fe-gtk/menu.c @@ -1503,7 +1503,7 @@ menu_ctcpguiopen (void) static void menu_docs (GtkWidget *wid, gpointer none) { - fe_open_url ("http://www.hexchat.org/"); + fe_open_url ("http://docs.hexchat.org/"); } /*static void -- cgit 1.4.1