Skip to content

Commit

Permalink
Fix links to Documentation from changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 5, 2012
1 parent 66f3898 commit d0f59d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

// FAQ entries
'/FAQ ([0-9]+)\.([0-9a-z]+)/i'
=> '<a href="http://localhost/phpMyAdmin/Documentation.html#faq\\1_\\2">FAQ \\1.\\2</a>',
=> '<a href="./Documentation.html#faq\\1_\\2">FAQ \\1.\\2</a>',

// linking bugs
'/bug\s*#?([0-9]{6,})/i'
Expand Down

0 comments on commit d0f59d7

Please sign in to comment.