summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2018-09-22 07:39:44 +0000
committerSylvestre Ledru <sylvestre@debian.org>2018-09-22 07:39:44 +0000
commitb06fe489aa48e012430f46abd3936bbc2e431779 (patch)
tree77b16b45b54521c39722feaedbd459cccdb14c75
parentce95ac64908082abf27cbc23683c1cca0c6719f1 (diff)
downloadbcm5719-llvm-b06fe489aa48e012430f46abd3936bbc2e431779.tar.gz
bcm5719-llvm-b06fe489aa48e012430f46abd3936bbc2e431779.zip
update the links to use https
llvm-svn: 342801
-rwxr-xr-xclang/www/get_started.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index ae6df0f3f45..0dc8f532407 100755
--- a/clang/www/get_started.html
+++ b/clang/www/get_started.html
@@ -19,18 +19,18 @@
options. This should get you up and running with the minimum of muss and fuss.
If you like what you see, please consider <a href="get_involved.html">getting
involved</a> with the Clang community. If you run into problems, please file
-bugs in <a href="http://llvm.org/bugs/">LLVM Bugzilla</a>.</p>
+bugs in <a href="https://bugs.llvm.org/">LLVM Bugzilla</a>.</p>
<h2 id="download">Release Clang Versions</h2>
-<p>Clang is released as part of regular LLVM releases. You can download the release versions from <a href="http://llvm.org/releases/">http://llvm.org/releases/</a>.</p>
+<p>Clang is released as part of regular LLVM releases. You can download the release versions from <a href="https://llvm.org/releases/">https://llvm.org/releases/</a>.</p>
<p>Clang is also provided in all major BSD or GNU/Linux distributions as part of their respective packaging systems. From Xcode 4.2, Clang is the default compiler for Mac OS X.</p>
<h2 id="build">Building Clang and Working with the Code</h2>
<h3 id="buildNix">On Unix-like Systems</h3>
-<p>Note: as an experimental setup, you can use a <b>single checkout</b> with all the projects, and an <b>easy CMake invocation</b>, see the LLVM Doc "<a href="http://llvm.org/docs/GettingStarted.html#for-developers-to-work-with-a-git-monorepo">For developers to work with a git monorepo</a>"</p>
+<p>Note: as an experimental setup, you can use a <b>single checkout</b> with all the projects, and an <b>easy CMake invocation</b>, see the LLVM Doc "<a href="https://llvm.org/docs/GettingStarted.html#for-developers-to-work-with-a-git-monorepo">For developers to work with a git monorepo</a>"</p>
<p>If you would like to check out and build Clang, the current procedure is as
follows:</p>
@@ -39,7 +39,7 @@ follows:</p>
<li>Get the required tools.
<ul>
<li>See
- <a href="http://llvm.org/docs/GettingStarted.html#requirements">
+ <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">
@@ -98,7 +98,7 @@ follows:</p>
<li>CMake allows you to generate project files for several IDEs: Xcode,
Eclipse CDT4, CodeBlocks, Qt-Creator (use the CodeBlocks generator),
KDevelop3. For more details see
- <a href="http://llvm.org/docs/CMake.html">Building LLVM with CMake</a>
+ <a href="https://llvm.org/docs/CMake.html">Building LLVM with CMake</a>
page.</li>
</ul>
</li>
@@ -200,7 +200,7 @@ Visual Studio:</p>
32-bit toolset. If you are developing on a 64-bit version of Windows and
want to use the 64-bit toolset, pass the ``-Thost=x64`` flag when
generating the Visual Studio solution. This requires CMake 3.8.0 or later.</li>
- <li>See the <a href="http://www.llvm.org/docs/CMake.html">LLVM CMake guide</a> for
+ <li>See the <a href="https://www.llvm.org/docs/CMake.html">LLVM CMake guide</a> for
more information on other configuration options for CMake.</li>
<li>The above, if successful, will have created an LLVM.sln file in the
<tt>build</tt> directory.
OpenPOWER on IntegriCloud