Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix relative URLs.
  • Loading branch information
myronmarston committed Jul 28, 2015
1 parent decfde5 commit cb49699
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions common_markdown_files/CONTRIBUTING.md.erb
@@ -1,7 +1,7 @@
# Contributing

RSpec is a community-driven project that has benefited from improvements from over over *500* contributors.
We welcome contributions from *everyone*. While contributing, please follow the project [code of conduct](../code_of_conduct.md), so that everyone can be included.
We welcome contributions from *everyone*. While contributing, please follow the project [code of conduct](code_of_conduct.md), so that everyone can be included.

If you'd like to help make RSpec better, here are some ways you can contribute:

Expand All @@ -13,8 +13,8 @@ If you'd like to help make RSpec better, here are some ways you can contribute:
- by taking part in [feature and issue discussions](https://github.com/rspec/<%= project_name %>/issues)
- by adding a failing test for reproducible [reported bugs](https://github.com/rspec/<%= project_name %>/issues)
- by reviewing [pull requests](https://github.com/rspec/<%= project_name %>/pulls) and suggesting improvements
- by [writing code](../DEVELOPMENT.md) (no patch is too small! fix typos or bad whitespace)
- by [writing code](DEVELOPMENT.md) (no patch is too small! fix typos or bad whitespace)

If you need help getting started, check out the [DEVELOPMENT](../DEVELOPMENT.md) file for steps that will get you up and running.
If you need help getting started, check out the [DEVELOPMENT](DEVELOPMENT.md) file for steps that will get you up and running.

Thanks for helping us make RSpec better!
4 changes: 2 additions & 2 deletions common_markdown_files/DEVELOPMENT.md.erb
Expand Up @@ -58,7 +58,7 @@ individually.

## Gotcha: Version mismatch from sibling repos

The [Gemfile](../Gemfile) is designed to be flexible and support using
The [Gemfile](Gemfile) is designed to be flexible and support using
the other RSpec repositories either from a local sibling directory
(e.g. `../rspec-<subproject>`) or, if there is no such directory,
directly from git. This generally does the "right thing", but can
Expand Down Expand Up @@ -88,7 +88,7 @@ ensure high-quality code. To run the Travis build locally, run:
$ script/run_build
```

See [build detail](../BUILD_DETAIL.md) for more detail.
See [build detail](BUILD_DETAIL.md) for more detail.

# What to Expect

Expand Down

0 comments on commit cb49699

Please sign in to comment.