From a9d4cf35ddc5438aba28d9659fb04733ecdaba7a Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 11 Nov 2012 11:03:58 -0600 Subject: [PATCH] Replace wiki link with docs link --- lib/htaccess.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/htaccess.php b/lib/htaccess.php index 5b0dc82..c5588f8 100644 --- a/lib/htaccess.php +++ b/lib/htaccess.php @@ -11,10 +11,9 @@ * /wp-content/themes/themename/img/ to /img/ * /wp-content/plugins/ to /plugins/ * - * If you aren't using Apache, alternate configuration settings can be found in the wiki. + * If you aren't using Apache, alternate configuration settings can be found in the docs. * - * @link https://github.com/retlehs/roots/wiki/Nginx - * @link https://github.com/retlehs/roots/wiki/Lighttpd + * @link https://github.com/retlehs/roots/blob/master/doc/rewrites.md */ if (stristr($_SERVER['SERVER_SOFTWARE'], 'apache') || stristr($_SERVER['SERVER_SOFTWARE'], 'litespeed') !== false) {