aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/help_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-10-09 00:01:13 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-10-09 00:01:13 +0000
commit9759510199d8a213cc5937997b923cf3244c50ff (patch)
tree025d4c603f7c4ed25c60c72b78e9fb69227684c1 /gtk/help_dlg.c
parent26312023d8ba0908141961333c42db688372016e (diff)
fix the link to the online users-guide
svn path=/trunk/; revision=16169
Diffstat (limited to 'gtk/help_dlg.c')
-rw-r--r--gtk/help_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/help_dlg.c b/gtk/help_dlg.c
index 2af00ce804..3d4884afd3 100644
--- a/gtk/help_dlg.c
+++ b/gtk/help_dlg.c
@@ -312,7 +312,7 @@ topic_action(topic_action_e action)
browser_open_url ("http://www.ethereal.com/download.html");
break;
case(ONLINEPAGE_USERGUIDE):
- browser_open_url ("http://www.ethereal.com/docs/user-guide");
+ browser_open_url ("http://www.ethereal.com/docs/eug_html_chunked");
break;
case(ONLINEPAGE_FAQ):
browser_open_url ("http://www.ethereal.com/faq.html");