Skip to content

Commit 1ba6028

Browse files
committed
windowsperf_sampling_cpython_spe: use HTTPS git clone URL to align with other LPs
1 parent 3ce42b0 commit 1ba6028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learning-paths/laptops-and-desktops/windowsperf_sampling_cpython_spe/windowsperf_sampling_cpython_spe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Let's build CPython locally in debug mode using the `build.bat` script. You have
102102
#### Clone CPython source code
103103

104104
```command
105-
git clone git@github.com:python/cpython.git
105+
git clone https://github.com/python/cpython.git
106106
```
107107

108108
The output from this command will be similar to:

0 commit comments

Comments
 (0)