From 429619f779a1aa0b748b2c3283ca0b8df5a8cd4b Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Thu, 11 Nov 2010 22:53:18 -0800 Subject: [PATCH] Fix URLs in changelog. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e70e98a7..3378842e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,13 @@ ## 1.3.1 (November 11, 2010) -[Full Changelog](http://github.com/myronmarston/vcr/compare/v1.3.0...v.1.3.1) +[Full Changelog](http://github.com/myronmarston/vcr/compare/v1.3.0...v1.3.1) * Update WebMock adapter to work with (and require) newly released WebMock 1.6.0. ## 1.3.0 (November 11, 2010) -[Full Changelog](http://github.com/myronmarston/vcr/compare/v1.2.0...v.1.3.0) +[Full Changelog](http://github.com/myronmarston/vcr/compare/v1.2.0...v1.3.0) * Moved documentation from README to [Wiki](http://github.com/myronmarston/vcr/wiki). * Refactoring and code cleanup.