Index: src/terminal-screen.c
===================================================================
RCS file: /cvs/gnome/gnome-terminal/src/terminal-screen.c,v
retrieving revision 1.122
diff -u -p -d -r1.122 terminal-screen.c
--- src/terminal-screen.c	2 Feb 2006 18:32:11 -0000	1.122
+++ src/terminal-screen.c	30 Mar 2006 22:33:37 -0000
@@ -279,11 +279,11 @@ terminal_screen_init (TerminalScreen *sc
 
   terminal_widget_match_add (screen->priv->term,
 			     "\\<" SCHEME "//(" USER "@)?[" HOSTCHARS ".]+"
-			     "(:[0-9]+)?(" URLPATH ")?\\>", FLAVOR_AS_IS);
+			     "(:[0-9]+)?(" URLPATH ")?\\>/?", FLAVOR_AS_IS);
 
   terminal_widget_match_add (screen->priv->term,
 			     "\\<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+"
-			     "(:[0-9]+)?(" URLPATH ")?\\>",
+			     "(:[0-9]+)?(" URLPATH ")?\\>/?",
 			     FLAVOR_DEFAULT_TO_HTTP);
 
   terminal_widget_match_add (screen->priv->term,

