]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Francois Cami <fcami@winsoft.fr>
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 19 Sep 2008 03:29:56 +0000 (15:29 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 19 Sep 2008 03:29:56 +0000 (15:29 +1200)
Bug 2466: bad links in ./configure due to website changes

configure.in

index 45bfd2af0583d1f75f12fe356ad82e4033d3695f..da81a91c75823645a1d7f8de44bbbb48f1643f1e 100755 (executable)
@@ -1031,7 +1031,7 @@ AC_ARG_ENABLE(forw-via-db,
 
 AC_ARG_ENABLE(cache-digests,
 [  --enable-cache-digests  Use Cache Digests
-                          see http://www.squid-cache.org/FAQ/FAQ-16.html],
+                          see http://wiki.squid-cache.org/SquidFaq/CacheDigests],
 [ if test "$enableval" = "yes" ; then
     echo "USE_CACHE_DIGESTS enabled"
     AC_DEFINE(USE_CACHE_DIGESTS,1,[Use Cache Digests for locating objects in neighbor caches.  This code is still semi-experimental.])
@@ -3282,7 +3282,7 @@ AC_DEFINE_UNQUOTED(SQUID_MAXFD, $SQUID_MAXFD,[Maximum number of open filedescrip
 if test "$SQUID_MAXFD" -lt 512 ; then
     echo "WARNING: $SQUID_MAXFD may not be enough filedescriptors if your"
     echo "         cache will be very busy.  Please see the FAQ page"
-    echo "         http://www.squid-cache.org/FAQ/FAQ-11.html#filedescriptors"
+    echo "         http://wiki.squid-cache.org/SquidFaq/TroubleShooting"
     echo "         on how to increase your filedescriptor limit"
     sleep 10
 fi