From: Sebastian Vetter Date: Fri, 21 Apr 2017 17:24:57 +0000 (-0700) Subject: Correct the README link in Unix install docs (#1245) X-Git-Tag: v3.7.0a1~922 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1ae24e8880fe00d006eb2996af815c35fbcfb33;p=thirdparty%2FPython%2Fcpython.git Correct the README link in Unix install docs (#1245) --- diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 97f0a49ca771..604688ce94cc 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -77,7 +77,7 @@ The build process consists in the usual :: make install invocations. Configuration options and caveats for specific Unix platforms are -extensively documented in the :source:`README` file in the root of the Python +extensively documented in the :source:`README.rst` file in the root of the Python source tree. .. warning::