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:
-rw-r--r--composer.json2
-rw-r--r--doc/faq.rst2
-rw-r--r--setup/frames/index.inc.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index a4123b89e7..b2a510785a 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
}
],
"support": {
- "forum": "https://sourceforge.net/p/phpmyadmin/discussion/Help",
+ "forum": "https://www.phpmyadmin.net/support/",
"issues": "https://sourceforge.net/p/phpmyadmin/bugs/",
"wiki": "http://wiki.phpmyadmin.net/",
"source": "https://github.com/phpmyadmin/phpmyadmin"
diff --git a/doc/faq.rst b/doc/faq.rst
index 83e1ebe208..fe5cb6c004 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -2031,7 +2031,7 @@ phpMyAdmin project
Our Bug Tracker is located at <http://sf.net/projects/phpmyadmin/> under the
Bugs section. But please first discuss your bug with other users:
-<https://sourceforge.net/projects/phpmyadmin/forums>.
+<https://www.phpmyadmin.net/support/>
.. _faq7_2:
diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php
index 2bdf14b005..5f9a207656 100644
--- a/setup/frames/index.inc.php
+++ b/setup/frames/index.inc.php
@@ -306,7 +306,7 @@ PMA_displayFormBottom();
echo '</fieldset>';
echo '<div id="footer">';
echo '<a href="https://www.phpmyadmin.net/">' . __('phpMyAdmin homepage') . '</a>';
-echo '<a href="http://sourceforge.net/donate/index.php?group_id=23067">'
+echo '<a href="https://www.phpmyadmin.net/donate/">'
. __('Donate') . '</a>';
echo '<a href="' . PMA_URL_getCommon() . $separator . 'version_check=1">'
. __('Check for latest version') . '</a>';