]> granicus.if.org Git - clang/commitdiff
update the links to use https
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 22 Sep 2018 07:39:44 +0000 (07:39 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 22 Sep 2018 07:39:44 +0000 (07:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@342801 91177308-0d34-0410-b5e6-96231b3b80d8

www/get_started.html

index ae6df0f3f451a5d1e217f7774ada558ec999813d..0dc8f5324071342f0e00371ed7f2294d25420e0b 100755 (executable)
 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.