diff options
author | Joshua Slive <slive@apache.org> | 2005-12-02 19:45:19 +0000 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2005-12-02 19:45:19 +0000 |
commit | e38f939d8704be8b10ca7e8f8946f0b3c92ea1b2 (patch) | |
tree | c8b88585a8319d418e479cca12e2a09682a03e47 /docs | |
parent | 855679f35beb2ec7785e121952f43ebbc206e6a7 (diff) | |
download | httpd-e38f939d8704be8b10ca7e8f8946f0b3c92ea1b2.tar.gz |
Point the breadcrump links to the new docs index page.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@351819 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/style/xsl/common.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index d6d8e584d6..24f79e5969 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -216,7 +216,7 @@ <xsl:text> > </xsl:text> - <a href="http://httpd.apache.org/docs-project/"> + <a href="http://httpd.apache.org/docs/"> <xsl:if test="$ext-target"> <xsl:attribute name="target">_blank</xsl:attribute> </xsl:if> |