diff --git a/eth-escape-headspace.php b/eth-escape-headspace.php index 2d843ed46855e479ffb35784906a2a6dcc522268..47d8e8be1f7d98394c2ab551ea08250b88ef000f 100644 --- a/eth-escape-headspace.php +++ b/eth-escape-headspace.php @@ -219,7 +219,7 @@ class ETH_Escape_HeadSpace2 { // Output whatever we've built if ( ! empty( $output ) ) { - echo "\n<!-- Escape HeadSpace2 by Erick Hitter; https://eth.pw/escape-hs2 -->\n" . implode( "\n", $output ) . "\n<!-- Escape HeadSpace2 -->\n"; + echo "\n<!-- Escape HeadSpace2 by Erick Hitter; https://ethitter.com/plugins/ -->\n" . implode( "\n", $output ) . "\n<!-- Escape HeadSpace2 -->\n"; } }