Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-11-13 17:17:27 +0400
committerMichal Čihař <mcihar@suse.cz>2012-11-13 17:19:44 +0400
commit15b554c8b6761356109034ce7d7f735512f8a826 (patch)
tree46663e2f123432a1b5c1ddddbd199a04c083c63d /config.sample.inc.php
parent0d2ed1cee1f0ad624b1fafe5f9482128a9d8edba (diff)
Use docs.phpmyadmin.net instead of phpmyadmin.readthedocs.org
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index 54b809a893..10db2b508e 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -5,7 +5,7 @@
* manual configuration. For easier setup you can use setup/
*
* All directives are explained in documentation in the doc/ folder
- * or at <http://phpmyadmin.readthedocs.org/>.
+ * or at <http://docs.phpmyadmin.net/>.
*
* @package PhpMyAdmin
*/
@@ -136,6 +136,6 @@ $cfg['SaveDir'] = '';
/*
* You can find more configuration options in the documentation
- * in the doc/ folder or at <http://phpmyadmin.readthedocs.org/>.
+ * in the doc/ folder or at <http://docs.phpmyadmin.net/>.
*/
?>