diff options
-rw-r--r-- | plugins/plugin20.html | 8 | ||||
-rw-r--r-- | src/fe-gtk/menu.c | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/plugin20.html b/plugins/plugin20.html index 2a42f984..2c2d106c 100644 --- a/plugins/plugin20.html +++ b/plugins/plugin20.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title>XChat 2.0 Plugin Interface</title> +<title>HexChat 2 Plugin Interface</title> <style type="text/css"> <!-- body { @@ -35,11 +35,11 @@ margin-right: 32px; </head> <body bgcolor="#FFFBF0" text="#000" link="#607060" vlink="#607060" alink="#607060"> -<h1>XChat 2.0 Plugin Interface</h1> +<h1>HexChat 2 Plugin Interface</h1> <small> -<font size="-12">plugin20.html revision 2.86</font> -<br>Latest version of this document is available at: <a href="http://xchat.org/docs/plugin20.html">http://xchat.org/docs/plugin20.html</a></small> +<font size="-12">plugin20.html revision 2.9.1</font> +<br>Latest version of this document is available at: <a href="https://github.com/hexchat/hexchat/wiki/Plugins">https://github.com/hexchat/hexchat/wiki/Plugins</a></small> <h2>1. Documentation:</h2> <blockquote> diff --git a/src/fe-gtk/menu.c b/src/fe-gtk/menu.c index a02ec284..de78ea73 100644 --- a/src/fe-gtk/menu.c +++ b/src/fe-gtk/menu.c @@ -1521,7 +1521,7 @@ menu_ctcpguiopen (void) static void menu_docs (GtkWidget *wid, gpointer none) { - fe_open_url ("http://xchat.org/docs/"); + fe_open_url ("http://www.hexchat.org/"); } /*static void |