summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2006-07-06 18:20:14 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2006-07-06 18:20:14 +0000
commit4e0e9a0f6dea0c96b0ee5ea963c057a116f68376 (patch)
tree5465013037df79f3b9b0750f422675e88230fe21 /docs
parent9f76234bb6b695e3ead0be8e3a172d4e2b9bae09 (diff)
downloadhttpd-4e0e9a0f6dea0c96b0ee5ea963c057a116f68376.tar.gz
Afterthought; right URL, push folks to 2.2 rather than explain the
whole sordid mess. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@419642 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/platform/win_compiling.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/manual/platform/win_compiling.xml b/docs/manual/platform/win_compiling.xml
index eaaec967c5..51800fe8c1 100644
--- a/docs/manual/platform/win_compiling.xml
+++ b/docs/manual/platform/win_compiling.xml
@@ -161,9 +161,10 @@
<p>Zlib must be installed into a <code>srclib</code> subdirectory named
<code>zlib</code>, however those sources need not be compiled. The build system
will compile the compression sources directly into the <module>mod_deflate</module>
- module. Zlib can be obtained from <a href="http://www.gzip.org/zlib/"
- >http://www.gzip.org/zlib/</a> -- <module>mod_deflate</module> is
- confirmed to build correctly with version 1.1.4.</p>
+ module. Zlib can be obtained from <a href="http://www.zlib.net/"
+ >http://www.zlib.net/</a> -- <module>mod_deflate</module> is confirmed to build
+ correctly with version 1.1.4. To use a later version of zlib, upgrade to
+ Apache HTTP Server release 2.2 or later.</p>
</li>
</ul>