Skip to content

Commit cb49699

Browse files
committed
Fix relative URLs.
1 parent decfde5 commit cb49699

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

common_markdown_files/CONTRIBUTING.md.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing
22

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

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

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

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

2020
Thanks for helping us make RSpec better!

common_markdown_files/DEVELOPMENT.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ individually.
5858

5959
## Gotcha: Version mismatch from sibling repos
6060

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

91-
See [build detail](../BUILD_DETAIL.md) for more detail.
91+
See [build detail](BUILD_DETAIL.md) for more detail.
9292

9393
# What to Expect
9494

0 commit comments

Comments
 (0)