Skip to content

Commit c93e61b

Browse files
authored
Fix link to build.cmd
1 parent 7ea6868 commit c93e61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/supporting-windows-using-appveyor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ environment to use the SDK compiler for 64-bit builds on Python 3.3 and 3.4.
123123
For projects which do not need a compiler, or which don't support 3.3 or 3.4 on
124124
64-bit Windows, only the ``appveyor.yml`` file is needed.
125125

126-
`build.cmd <https://raw.githubusercontent.com/pypa/python-packaging-user-guide/master/source/guides/ppveyor-sample/build.cmd>`__
126+
`build.cmd <https://raw.githubusercontent.com/pypa/python-packaging-user-guide/master/source/guides/appveyor-sample/build.cmd>`__
127127
is a Windows batch script that runs a single command in an environment with the
128128
appropriate compiler for the selected Python version. All you need to do is to
129129
set the single environment variable ``DISTUTILS_USE_SDK`` to a value of ``1``

0 commit comments

Comments
 (0)