diff options
Diffstat (limited to 'polly/www/get_started.html')
-rw-r--r-- | polly/www/get_started.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/www/get_started.html b/polly/www/get_started.html index 5d3e004a6a9..cf7e501ed94 100644 --- a/polly/www/get_started.html +++ b/polly/www/get_started.html @@ -25,7 +25,7 @@ of four simple steps: <pre> mkdir polly && cd polly -wget http://polly.llvm.org/polly.sh +wget https://polly.llvm.org/polly.sh chmod +x polly.sh ./polly.sh </pre> @@ -34,7 +34,7 @@ chmod +x polly.sh <h3 id="source"> Get the code </h3> <pre> -git clone http://github.com/llvm/llvm-project.git llvm_git +git clone https://github.com/llvm/llvm-project.git llvm_git </pre> <h3 id="build">Build Polly</h3> |