summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorThor K.H. <nitrolinken@gmail.com>2013-02-05 22:47:12 +0100
committerThor K.H. <nitrolinken@gmail.com>2013-02-05 22:47:12 +0100
commit862a02ce63804631398c97de0129319001f437ba (patch)
treeea9bfb4697eefa8314271dd2b71d4f6e713b0e00
parent85534f123bd72d4c92a0bc9a1791a29eadcfbbcd (diff)
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.
-rw-r--r--src/fe-gtk/menu.c2
1 files changed, 1 insertions, 1 deletions
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