diff options
Diffstat (limited to 'clang/www/analyzer/installation.html')
-rw-r--r-- | clang/www/analyzer/installation.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/clang/www/analyzer/installation.html b/clang/www/analyzer/installation.html index 6a855999c5f..0ae51976fe5 100644 --- a/clang/www/analyzer/installation.html +++ b/clang/www/analyzer/installation.html @@ -5,7 +5,7 @@ <title>Obtaining the Static Analyzer</title> <link type="text/css" rel="stylesheet" href="menu.css"> <link type="text/css" rel="stylesheet" href="content.css"> - <script type="text/javascript" src="scripts/menu.js"></script> + <script type="text/javascript" src="scripts/menu.js"></script> </head> <body> @@ -31,7 +31,7 @@ the analyzer, we recommend that you check back here occasionally for new builds, especially if the build you are using is more than a couple weeks old.</p> -<p>The latest build is: +<p>The latest build is: <!--#include virtual="latest_checker.html.incl"--> </p> @@ -39,7 +39,7 @@ weeks old.</p> we need volunteers who are willing to help provide such regular builds. If you wish to help contribute regular builds of the analyzer on other platforms, please email the <a -href="http://lists.llvm.org/mailman/listinfo/cfe-dev">Clang +href="https://lists.llvm.org/mailman/listinfo/cfe-dev">Clang Developers' mailing list</a>.</p> <h3>Using Packaged Builds</h3> @@ -81,7 +81,7 @@ determine where to find its accompanying files.</p> <p>For other platforms, you must build Clang and LLVM manually. To do so, please follow the instructions for <a -href="http://clang.llvm.org/get_started.html#build">building Clang from +href="https://clang.llvm.org/get_started.html#build">building Clang from source code</a>.<p> <p>Once the Clang is built, you need to add the following to your path:</p> @@ -108,4 +108,3 @@ when clang is built.</p></li> </div> </body> </html> - |