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:
parent
85534f123b
commit
862a02ce63
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue