diff options
Diffstat (limited to 'clang/www/get_started.html')
-rwxr-xr-x | clang/www/get_started.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html index 50bbbed968b..4c5a3976a6a 100755 --- a/clang/www/get_started.html +++ b/clang/www/get_started.html @@ -40,11 +40,11 @@ follows:</p> <a href="https://llvm.org/docs/GettingStarted.html#requirements"> Getting Started with the LLVM System - Requirements</a>.</li> <li>Note also that Python is needed for running the test suite. - Get it at: <a href="http://www.python.org/download"> - http://www.python.org/download</a></li> + Get it at: <a href="https://www.python.org/downloads/"> + https://www.python.org/downloads/</a></li> <li>Standard build process uses CMake. Get it at: - <a href="http://www.cmake.org/download"> - http://www.cmake.org/download</a></li> + <a href="https://cmake.org/download/"> + https://cmake.org/download/</a></li> </ul> <li>Check out the LLVM project: |