Skip to content

Commit f2de11f

Browse files
authored
Merge pull request #1461 from shaneknapp/fix-broken-contrib-roadmap-link
fix broken links in `CONTRIBUTING.md`
2 parents 7292f54 + 48cf039 commit f2de11f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
(And thank you particularly for coming to read the guidelines! :heart_eyes:)
66

77
The repo2docker developer documentation is all rendered on our documentation website: [https://repo2docker.readthedocs.io](https://repo2docker.readthedocs.io).
8-
If you're here, you're probably looking for the [Contributing to repo2docker development](https://repo2docker.readthedocs.io/en/latest/contributing/contributing.html) page.
8+
If you're here, you're probably looking for the [Contributing to repo2docker development](https://repo2docker.readthedocs.io/en/latest/contribute/contributing.html) page.
99

1010
Please make sure you've read the following sections before opening an issue/pull request:
1111

12-
- [Process for making a contribution](https://repo2docker.readthedocs.io/en/latest/contributing/contributing.html#process-for-making-a-contribution).
12+
- [Process for making a contribution](https://repo2docker.readthedocs.io/en/latest/contribute/contributing.html#process-for-making-a-contribution).
1313
- These steps talk you through choosing the right issue template (bug report or feature request) and making a change.
14-
- [Guidelines to getting a Pull Request merged](https://repo2docker.readthedocs.io/en/latest/contributing/contributing.html#guidelines-to-getting-a-pull-request-merged).
14+
- [Guidelines to getting a Pull Request merged](https://repo2docker.readthedocs.io/en/latest/contribute/contributing.html#guidelines-to-getting-a-pull-request-merged).
1515
- These are tips and tricks to help make your contribution as smooth as possible for you and for the repo2docker maintenance team.
1616

1717
There are a few other pages to highlight:
1818

19-
- [Our roadmap](https://repo2docker.readthedocs.io/en/latest/contributing/roadmap.html)
19+
- [Our roadmap](https://repo2docker.readthedocs.io/en/latest/contribute/roadmap.html)
2020
- We use the roadmap to develop a shared understanding of the project's vision and direction amongst the community of users, contributors, and maintainers.
2121
This is a great place to get a feel for what the maintainers are thinking about for the short, medium, and long term future of the project.
2222
- [Design of repo2docker](https://repo2docker.readthedocs.io/en/latest/design.html)
2323
- This page explains some of the design principles behind repo2docker.
2424
Its a good place to understand _why_ the team have made the decisions that they have along the way!
2525
- We absolutely encourage discussion around refactoring, updating or extending repo2docker, but please make sure that you've understood this page before opening an issue to discuss the change you'd like to propose.
26-
- [Common developer tasks and how-tos](https://repo2docker.readthedocs.io/en/latest/contributing/tasks.html)
26+
- [Common developer tasks and how-tos](https://repo2docker.readthedocs.io/en/latest/contribute/tasks.html)
2727
- Some notes on running tests, buildpack dependencies, creating a release, and keeping the pip files up to date.

0 commit comments

Comments
 (0)