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:
authorMarc Delisle <marc@infomarc.info>2007-08-18 00:52:07 +0400
committerMarc Delisle <marc@infomarc.info>2007-08-18 00:52:07 +0400
commitb530b2b57964c87029fa6caac505e14b331e63fb (patch)
treecd852e2d11ff450ed3c9a26ae223899b98137530 /changelog.php
parent3ebe4def037b7ab630bd05f7ac5a5c19ae1cc7c5 (diff)
bug #1771721 Old SVN URLs
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 13d767cce6..2b0dc3ae09 100644
--- a/changelog.php
+++ b/changelog.php
@@ -34,7 +34,7 @@ $replaces = array(
// linking files
'/(\s+)([\\/a-z_0-9\.]+\.(?:php3?|html|pl|js|sh))/i'
- => '\\1<a href="http://svn.sourceforge.net/viewvc/phpmyadmin/trunk/phpMyAdmin/\\2?annotate=HEAD">\\2</a>',
+ => '\\1<a href="http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/trunk/phpMyAdmin/\\2?annotate=HEAD">\\2</a>',
// FAQ entries
'/FAQ ([0-9]+)\.([0-9a-z]+)/i'