diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+0.5.0.2 (2015-05-06):
+    - Fixed the benchmarking url
 0.5.0.1 (2015-05-06):
     - Cleaned up the README file
 0.5.0 (2015-05-06):
diff --git a/bytestring-lexing.cabal b/bytestring-lexing.cabal
--- a/bytestring-lexing.cabal
+++ b/bytestring-lexing.cabal
@@ -8,7 +8,7 @@
 Build-Type:     Simple
 
 Name:           bytestring-lexing
-Version:        0.5.0.1
+Version:        0.5.0.2
 Stability:      provisional
 Homepage:       http://code.haskell.org/~wren/
 Author:         wren gayle romano, Don Stewart
@@ -24,7 +24,7 @@
     Parse and produce literals efficiently from strict or lazy bytestrings.
     .
     Some benchmarks for this package can be found at:
-    <http://community.haskell.org/~wren/bytestring-lexing/test/bench/html>
+    <http://community.haskell.org/~wren/bytestring-lexing/bench/html>
 
 
 -- Formerly tested with GHCs 6.8.2, 6.10.1, 6.12.1, 7.0.3, 7.6.1, 7.8.0; but those are no longer verified.
