Replace wiki link with docs link

This commit is contained in:
Ben Word
2012-11-11 11:03:58 -06:00
parent 73bc6993f1
commit a9d4cf35dd

View File

@@ -11,10 +11,9 @@
* /wp-content/themes/themename/img/ to /img/ * /wp-content/themes/themename/img/ to /img/
* /wp-content/plugins/ to /plugins/ * /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/blob/master/doc/rewrites.md
* @link https://github.com/retlehs/roots/wiki/Lighttpd
*/ */
if (stristr($_SERVER['SERVER_SOFTWARE'], 'apache') || stristr($_SERVER['SERVER_SOFTWARE'], 'litespeed') !== false) { if (stristr($_SERVER['SERVER_SOFTWARE'], 'apache') || stristr($_SERVER['SERVER_SOFTWARE'], 'litespeed') !== false) {