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
parent928bc927220e17b598b0e0d2b2a2c315ea5ed7d6 (diff)
Point users to GitHub trackers
Signed-off-by: Michal Čihař <michal@cihar.com>
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--composer.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e0068e8062..4e97988a2c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,9 +4,9 @@ As an open source project, phpMyAdmin welcomes contributions of many forms.
## Bug reporting
-Please report [bugs on SourceForge.net][1].
+Please report [bugs on GitHub][1].
-[1]: https://sourceforge.net/p/phpmyadmin/bugs/new/
+[1]: https://github.com/phpmyadmin/phpmyadmin/issues/new
## Patches submission
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"
},