Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Fork the repo, create a branch, and open a pull request. Before submitting:
CI runs on every PR — it checks for ungenerated migrations and enforces a 75%
test coverage minimum. PRs that fail CI won't be merged.

See the full [contributing guide](https://pythondotorg.readthedocs.io/en/latest/contributing.html) for details.
See the full [contributing guide](https://github.com/python/pythondotorg/blob/main/CONTRIBUTING.md) for details.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That changes it from one broken link to another...

Instead:

Suggested change
See the full [contributing guide](https://github.com/python/pythondotorg/blob/main/CONTRIBUTING.md) for details.
See the full [contributing guide](https://pythondotorg.readthedocs.io/contributing.html) for details.


### License

Expand Down