From 8aadc5c380d0d135273729333ace91d3f689702d Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Mon, 9 Nov 2015 00:50:07 +0900 Subject: [PATCH] readme: Fix markup --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 30453bd..d32ec1d 100644 --- a/README.rst +++ b/README.rst @@ -36,10 +36,10 @@ When you can't use binary distribution, you need to install Visual Studio or Windows SDK on Windows. Without extension, using pure python implementation on CPython runs slowly. -For Python 2.7, [Microsoft Visual C++ Compiler for Python 2.7](https://www.microsoft.com/en-us/download/details.aspx?id=44266) +For Python 2.7, `Microsoft Visual C++ Compiler for Python 2.7 `_ is recommended solution. -For Python 3.5, [Microsoft Visual Studio 2015](https://www.visualstudio.com/en-us/products/vs-2015-product-editions.aspx) +For Python 3.5, `Microsoft Visual Studio 2015 `_ Community Edition or Express Edition can be used to build extension module.