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@novell.com>2010-03-30 17:13:17 +0400
committerMichal Čihař <mcihar@novell.com>2010-03-30 17:13:17 +0400
commit6a2bf921a040aeae5f3e64ec548b11686dd1f2f4 (patch)
treedffb99d62e3d0b2799264ac9dacc36858802b7ab /changelog.php
parent786361ccd0047896993fa67d36531d99e99d0daf (diff)
Adjust links to files in changelog to point to git.
Diffstat (limited to 'changelog.php')
-rw-r--r--changelog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.php b/changelog.php
index 5e85e66851..dcdbecf5da 100644
--- a/changelog.php
+++ b/changelog.php
@@ -55,7 +55,7 @@ $replaces = array(
// linking files
'/(\s+)([\\/a-z_0-9\.]+\.(?:php3?|html|pl|js|sh))/i'
- => '\\1<a href="http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/trunk/phpMyAdmin/\\2?annotate=HEAD">\\2</a>',
+ => '\\1<a href="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/phpmyadmin;a=history;f=\\2;hb=HEAD">\\2</a>',
// FAQ entries
'/FAQ ([0-9]+)\.([0-9a-z]+)/i'