Skip to content

Commit ae59ee3

Browse files
committed
Fix MSVC redistributable link (#3185)
1 parent 783ad0b commit ae59ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/zero-to-robot/step-2/python-setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Once you have installed Python, you can use pip to install RobotPy on your devel
2727

2828
.. note:: If you previously installed a pre-2024 or 2024 beta version of RobotPy, you should first uninstall RobotPy via ``py -m pip uninstall robotpy`` before upgrading.
2929

30-
.. warning:: On Windows, the [Visual Studio 2022 redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version) package is required to be installed.
30+
.. warning:: On Windows, the [Visual Studio 2022 redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-supported-redistributable-version) package is required to be installed.
3131

3232
Run the following command from cmd or Powershell to install the core RobotPy packages:
3333

0 commit comments

Comments
 (0)