From 370ea7c080deb9c819be2d3040edd5fd548de244 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Sat, 25 Feb 2017 11:36:16 -0800 Subject: [PATCH] README.rst: Change the devguide url to docs.python.org/devguide --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 471dc63d21cea0..21e2bf61498d52 100644 --- a/README.rst +++ b/README.rst @@ -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/ Contributing to CPython -----------------------