Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
README.rst: Change the devguide url to docs.python.org/devguide (GH-295)
(cherry picked from commit 6329aea)
  • Loading branch information
Mariatta committed Feb 25, 2017
commit 56b9e52298c4492507d043a2d9f131ebd0d311f1
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ General Information
- Source code: https://github.com/python/cpython
- Issue tracker: https://bugs.python.org
- Documentation: https://docs.python.org
- Developer's Guide: https://cpython-devguide.readthedocs.io
- Developer's Guide: https://docs.python.org/devguide/

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.

The readthedocs URL is proposed here but the docs.python.org is proposed in the changes for Doc/README.rst and further down in this file. I say stick with the latter.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Thanks, @ned-deily :)
I changed the url on the master branch in GH-295. Once that is merged, I'll cherry-pick that to this PR. Will that work?

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.

Sure. Just do it!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Done!

Contributing to CPython
-----------------------
Expand Down