diff --git a/changelog.php b/changelog.php
index da1b7a7629..906021baf0 100644
--- a/changelog.php
+++ b/changelog.php
@@ -81,10 +81,6 @@ $replaces = array(
'/(?:rfe|feature)\s*#?([0-9]{6,})/i'
=> 'RFE #\\1',
- // linking files
- '/(\s+)([\\/a-z_0-9\.]+\.(?:php3?|html|pl|js|sh))/i'
- => '\\1\\2',
-
// FAQ entries
'/FAQ ([0-9]+)\.([0-9a-z]+)/i'
=> 'FAQ \\1.\\2',