diff --git a/README.md b/README.md index ee3252bc..4260eab2 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,7 @@ maintenance) and accurate (the response from example.com will contain the same h ## Usage -Browse the [cucumber features](http://relishapp.com/myronmarston/vcr) or visit -the [wiki](http://github.com/myronmarston/vcr/wiki) for usage info and -documentation. +Browse the [documentation](http://relishapp.com/myronmarston/vcr) for usage info. The [VCR talk given at Philly.rb](http://philly-rb-vcr-talk.heroku.com/) also contains good usage info. diff --git a/lib/vcr/http_stubbing_adapters/common.rb b/lib/vcr/http_stubbing_adapters/common.rb index f3eaa13b..487f18f3 100644 --- a/lib/vcr/http_stubbing_adapters/common.rb +++ b/lib/vcr/http_stubbing_adapters/common.rb @@ -30,7 +30,7 @@ def included(adapter) end RECORDING_INSTRUCTIONS = "You can use VCR to automatically record this request and replay it later. " + - "For more details, visit the VCR wiki at: http://github.com/myronmarston/vcr/wiki" + "For more details, visit the VCR documentation at: http://relishapp.com/myronmarston/vcr/v/#{VCR.version.gsub('.', '-')}" def enabled? [nil, self].include? VCR::HttpStubbingAdapters::Common.exclusively_enabled_adapter