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.
This commit is contained in:
Thor K.H. 2013-02-05 22:47:12 +01:00
parent 85534f123b
commit 862a02ce63
1 changed files with 1 additions and 1 deletions

View File

@ -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