Skip to content

Commit 037a217

Browse files
committed
Fix links in contributing.md to use markdown format rather than github wiki format.
1 parent 7b9bf81 commit 037a217

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Contributing
22

3-
Install [[bundler | http://gembundler.com/]] and use it to install all the development dependencies:
3+
Install [bundler](http://gembundler.com/) and use it to install all the development dependencies:
44

55
```console
66
gem install bundler
@@ -26,9 +26,9 @@ You should be able to run the tests now:
2626
bundle exec rake
2727
```
2828

29-
VCR uses [[RSpec 2 | http://github.com/rspec/rspec]] for unit tests. The specs are written in a very "focused" style, where each spec is concerned only with exercising the object under test, using mocks as necessary. You can run the specs using `rake spec`.
29+
VCR uses [RSpec 2](http://github.com/rspec/rspec) for unit tests. The specs are written in a very "focused" style, where each spec is concerned only with exercising the object under test, using mocks as necessary. You can run the specs using `rake spec`.
3030

31-
[[Cucumber | http://cukes.info/]] is used for end-to-end full stack integration tests that also function as VCR's documentation.
31+
[Cucumber](http://cukes.info/) is used for end-to-end full stack integration tests that also function as VCR's documentation.
3232

3333
## Problems running bundle install?
3434

0 commit comments

Comments
 (0)