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>2015-07-20 14:19:32 +0300
committerMichal Čihař <michal@cihar.com>2015-07-20 14:19:32 +0300
commitdf55540c6995a983896e55dc633e2cbc744209e9 (patch)
tree85d5a848f4c63e31aea81cc65ecc55f09e57e732 /composer.json
parent928bc927220e17b598b0e0d2b2a2c315ea5ed7d6 (diff)
Point users to GitHub trackers
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index b2a510785a..cf3a27214c 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,7 @@
],
"support": {
"forum": "https://www.phpmyadmin.net/support/",
- "issues": "https://sourceforge.net/p/phpmyadmin/bugs/",
+ "issues": "https://github.com/phpmyadmin/phpmyadmin/issues",
"wiki": "http://wiki.phpmyadmin.net/",
"source": "https://github.com/phpmyadmin/phpmyadmin"
},