Skip to content

Commit 710c64c

Browse files
authored
Fix config path for Python beginners.md (MicrosoftDocs#5313)
1 parent 224c7f5 commit 710c64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/python/beginners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For beginners interested in learning Python using Windows, we recommend choosing
1616

1717
[Winget Configuration files](../package-manager/configuration/index.md) include all of the instructions needed to install requirements and setup your machine for a specific project. To use Microsoft's Beginner Python project WinGet Configuration setup file, follow the steps below:
1818

19-
1. Download the configuration file by opening this link and selecting "Raw file content > Download" (three dots menu on top-right): [Winget Configuration: learn_python.winget](https://github.com/microsoft/winget-dsc/blob/main/samples/Templates/Introduction/Python%203.13/learn_python.winget).
19+
1. Download the configuration file by opening this link and selecting "Raw file content > Download" (three dots menu on top-right): [Winget Configuration: learn_python.winget](https://github.com/microsoft/winget-dsc/blob/main/samples/Configuration%20files/Learn%20tutorials/Python%203.13/learn_python.winget).
2020
2. To run the file, double-click the downloaded configuration file (the first time you will need to select the "Windows Package Manager Client" app to open and run the file) or you can open Powershell in Windows Terminal and enter the following command:
2121

2222
```powershell

0 commit comments

Comments
 (0)