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:20:48 +0300
committerMichal Čihař <michal@cihar.com>2015-07-20 14:20:48 +0300
commit1ac2f6f5b0daa53ec9bfc47185efff4e86d0ee7d (patch)
tree52fa797be76bc817af5644c97b054cfef70bc1ee
parent152f0245362d5cdf80c6a7efd90787c552f8a87a (diff)
parentdf55540c6995a983896e55dc633e2cbc744209e9 (diff)
Merge remote-tracking branch 'origin/QA_4_4'
-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 9848334405..ad4ecd1c6f 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"
},