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ř <michal@cihar.com>2016-08-03 12:26:26 +0300
committerMichal Čihař <michal@cihar.com>2016-08-03 12:26:26 +0300
commit7b3231352d4865ea6546dd236e597cb45a8ec056 (patch)
tree26cac35ee69a21599ea793397a8d8cee0faa805f /version_check.php
parentce9914e35db32d94829d02cd1078160618dfdebc (diff)
Use links when talking about phpmyadmin.net
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'version_check.php')
-rw-r--r--version_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version_check.php b/version_check.php
index 81169273c0..2117df9037 100644
--- a/version_check.php
+++ b/version_check.php
@@ -1,7 +1,7 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
- * A caching proxy for retrieving version information from phpmyadmin.net
+ * A caching proxy for retrieving version information from https://www.phpmyadmin.net/
*
* @package PhpMyAdmin
*/