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>2013-02-04 14:52:47 +0400
committerMichal Čihař <mcihar@suse.cz>2013-02-04 14:52:47 +0400
commit57a97a7057b8bbcf8ef26d35709c2d8508adccdb (patch)
tree2e76ba69efd42871b0c27320f66c905bbc4435b1 /composer.json
parentbd3351611ff2766d7afdd4ef7d0002b7db919ae2 (diff)
Use up to date links to bugs and feature requests
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 13e0955a38..7179fbe69e 100644
--- a/composer.json
+++ b/composer.json
@@ -13,8 +13,8 @@
}
],
"support": {
- "forum": "https://sourceforge.net/projects/phpmyadmin/forums/forum/72909",
- "issues": "https://sourceforge.net/tracker/?atid=377408&group_id=23067&func=browse",
+ "forum": "https://sourceforge.net/p/phpmyadmin/discussion/Help",
+ "issues": "https://sourceforge.net/p/phpmyadmin/bugs/",
"wiki": "http://wiki.phpmyadmin.net/",
"source": "https://github.com/phpmyadmin/phpmyadmin"
},