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--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"
},