Skip to content

Commit db12255

Browse files
committed
DOC: fix links in contributing.rst
1 parent c3f8024 commit db12255

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/contributing.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ For Python 2.7, you can install the ``mingw`` compiler which will work equivalen
217217

218218
conda install -n pandas_dev libpython
219219

220-
or use the [Microsoft Visual Studio VC++ compiler for Python](https://www.microsoft.com/en-us/download/details.aspx?id=44266). Note that you have to check the ``x64`` box to install the ``x64`` extension building capability as this is not installed by default.
220+
or use the `Microsoft Visual Studio VC++ compiler for Python <https://www.microsoft.com/en-us/download/details.aspx?id=44266>`__. Note that you have to check the ``x64`` box to install the ``x64`` extension building capability as this is not installed by default.
221221

222-
For Python 3.4, you can download and install the [Windows 7.1 SDK](https://www.microsoft.com/en-us/download/details.aspx?id=8279)
223-
For Python 3.5, you can download and install the [Visual Studio 2015 Community Edition](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx).
222+
For Python 3.4, you can download and install the `Windows 7.1 SDK <https://www.microsoft.com/en-us/download/details.aspx?id=8279>`__
223+
For Python 3.5, you can download and install the `Visual Studio 2015 Community Edition <https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx>`__.
224224

225225
Here are some references:
226226

0 commit comments

Comments
 (0)