Correct the README link in Unix install docs#1245
Correct the README link in Unix install docs#1245Mariatta merged 1 commit intopython:masterfrom roadsideseb:fix_readme_link_in_docs
Conversation
|
@elbaschid, thanks for your PR! By analyzing the history of the files in this pull request, we identified @tiran, @birkenfeld and @merwok to be potential reviewers. |
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA. This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. Thanks again to your contribution and we look forward to looking at it! |
|
Thanks @elbaschid :) This is trivial, so you don't need to sign the CLA. But if you plan on contributing more, then please do :) |
|
Thanks, @Mariatta. Signed the CLA...you never know 😉 . |
|
Thanks and congrats for your first contribution to CPython! 🎉 |
|
And merged by a friend...even better 🍾 . |
(cherry picked from commit d1ae24e)
The "Building Python" section for Unix contains a link to the README file in the project root. It looks like this file has been renamed to
README.rstand therefore the link is broken. This fixes it 😎.