Skip to content

Commit

Permalink
Link to relish instead of wiki.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Mar 1, 2011
1 parent 6435062 commit aab8b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/vcr/http_stubbing_adapters/common.rb
Expand Up @@ -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
Expand Down

0 comments on commit aab8b57

Please sign in to comment.