diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-30 12:18:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:17 -0500 |
commit | 0d00eba376b1bfae6ecdad500d2cb23305f6a349 (patch) | |
tree | 48b6209d093656558eb960eb256f0fb3020f4cd3 /swat | |
parent | 5aaaa7ef0eac2d14ddb3eb226ffc74d054353c52 (diff) | |
download | samba-0d00eba376b1bfae6ecdad500d2cb23305f6a349.tar.gz samba-0d00eba376b1bfae6ecdad500d2cb23305f6a349.tar.bz2 samba-0d00eba376b1bfae6ecdad500d2cb23305f6a349.zip |
r7105: fixed a typo
(This used to be commit 790f861538c490fab0ab1028cef6ae1797dd2c15)
Diffstat (limited to 'swat')
-rw-r--r-- | swat/docs/menu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swat/docs/menu.js b/swat/docs/menu.js index 01f7aafd56..4a39497fd9 100644 --- a/swat/docs/menu.js +++ b/swat/docs/menu.js @@ -5,5 +5,5 @@ simple_menu( "Recent Checkins", "http://build.samba.org/?tree=samba4&function=Recent+Checkins", "Recent Builds", "http://build.samba.org/?tree=samba4&function=Recent+Builds", "EJS Information", "http://www.appwebserver.org/products/ejs/ejs.html", - "ESP Information", "http://www.appwebserver.org/products/ejs/ejs.html", + "ESP Information", "http://www.appwebserver.org/products/esp/esp.html", "HTML 4.01 Spec", "http://www.w3.org/TR/html401/"); |