Skip to content

Fix: Correct broken link to contributing guide in README#3049

Open
SksatoshiKaito wants to merge 1 commit into
python:mainfrom
SksatoshiKaito:fix-readme-link
Open

Fix: Correct broken link to contributing guide in README#3049
SksatoshiKaito wants to merge 1 commit into
python:mainfrom
SksatoshiKaito:fix-readme-link

Conversation

@SksatoshiKaito

Copy link
Copy Markdown

Description

Fixed the broken link in README.md that pointed to outdated documentation.

Changes

  • Updated the contributing guide link in README.md to point to the correct documentation

Related Issue

Fixes #3044

Comment thread README.md
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: README.md has a broken link to the contributing guide

2 participants