]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
{sigh} This script was originally designed to be part of the
authorKen Coar <coar@apache.org>
Mon, 2 Jun 1997 10:30:22 +0000 (10:30 +0000)
committerKen Coar <coar@apache.org>
Mon, 2 Jun 1997 10:30:22 +0000 (10:30 +0000)
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

docs/manual/search/manual-index.cgi

index b7c7350830063b1775ff19d1c4a5c96c88fdca8c..1f8467b0a4a866e7df6a1833a829e947262abb0b 100644 (file)
@@ -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>