Skip to content

Commit 2b6f103

Browse files
authored
Merge pull request #15 from john0isaac/fix/broken-links
fix broken link, add missing link, remove nonexistent pages linking
2 parents daeb0bf + cbc9ef5 commit 2b6f103

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

content/contributing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ built on top of them. We also have our own dependencies that we use for our
4949
to contribute to Pallets.
5050

5151
[ecosystem]: ../ecosystem.md
52-
[development environment]: layout
52+
[development environment]: layout.md
5353

5454
Writing code is not the only way to contribute to an open source project. Other
5555
activities are just as helpful. Some ideas that are too broad for individual

content/contributing/issues.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ following information in your post:
3131
exception.
3232
- List the version of Python and the project you're using. Check if this issue
3333
is already fixed in the latest release, or in `stable` or `main`.
34+
35+
[minimal reproducible example]: https://stackoverflow.com/help/minimal-reproducible-example

content/contributing/pr.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ See the following guides for each part:
6060

6161
- [Tests](tests.md) - Add tests that demonstrate that your code works, and
6262
ensure all tests pass. Run `pytest` to run all tests.
63-
- [Static Typing](typing.md) - Run `mypy` to check static typing.
63+
- Static Typing - Run `mypy` to check static typing.
6464
- [Documentation](docs.md) - If behavior has changed somehow, check if any
6565
documentation pages or docstrings need to be updated.
66-
- [Changelog](changes.md) - Adding a change log entry is optional. A maintainer
66+
- Changelog - Adding a change log entry is optional. A maintainer
6767
will write one if you're not sure how to. Don't add an entry for changes that
6868
only affect documentation or tool config.
69-
- [Style](style.md) - pre-commit automatically applies lint and format checks.
69+
- Style - pre-commit automatically applies lint and format checks.
7070

7171
### Multiple Authors
7272

@@ -100,7 +100,7 @@ $ git merge --continue
100100
$ git rebase --continue
101101
```
102102

103-
See [Help with Git](git.md) for more information about rebasing.
103+
See Help with Git for more information about rebasing.
104104

105105
## PR Scope
106106

0 commit comments

Comments
 (0)