summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1997-06-02 10:30:22 +0000
committerKen Coar <coar@apache.org>1997-06-02 10:30:22 +0000
commit3423d8cbfb9dafd7fa41403e73cb7f5d6e6da7b8 (patch)
tree59ecdf78baa236ec65300807c7ea0908031ad2b7
parent1a2c00790f09fc3dc0d4a2191563e8f7a90ac2eb (diff)
downloadhttpd-3423d8cbfb9dafd7fa41403e73cb7f5d6e6da7b8.tar.gz
{sigh} This script was originally designed to be part of the
distribution. Since it's now destined to live only at the WWW.Apache.Org site, some things need to be hard-coded - and remote development makes it a little more difficult to get everything right. This fixes the "home" links in the context of WWW.Apache.Org. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78206 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/search/manual-index.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/search/manual-index.cgi b/docs/manual/search/manual-index.cgi
index b7c7350830..1f8467b0a4 100644
--- a/docs/manual/search/manual-index.cgi
+++ b/docs/manual/search/manual-index.cgi
@@ -223,9 +223,9 @@ QUERY:
#
$HTML = <<EOHT;
<A
- HREF="./"
+ HREF="/"
><IMG
- SRC="images/apache_home.gif"
+ SRC="/images/apache_home.gif"
ALT="Home"
></A>
<HR>