diff options
Diffstat (limited to 'clang/www/analyzer/filing_bugs.html')
-rw-r--r-- | clang/www/analyzer/filing_bugs.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/clang/www/analyzer/filing_bugs.html b/clang/www/analyzer/filing_bugs.html index f32a8ab20a6..e802b6d9baf 100644 --- a/clang/www/analyzer/filing_bugs.html +++ b/clang/www/analyzer/filing_bugs.html @@ -5,7 +5,7 @@ <title>Filing Bugs and Feature Requests</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> @@ -19,7 +19,7 @@ We also welcome feature requests. When filing a bug report, please do the following:</p> -<ul> +<ul> <li>Include the checker build (for prebuilt Mac OS X binaries) or the SVN revision number.</li> @@ -37,7 +37,7 @@ and why.</li> <h3>Bugzilla</h3> -<p>Please <a href="http://llvm.org/bugs/enter_bug.cgi?product=clang">file +<p>Please <a href="https://bugs.llvm.org/enter_bug.cgi?product=clang">file bugs</a> in LLVM's Bugzilla database against the Clang <b>Static Analyzer</b> component.</p> @@ -45,7 +45,7 @@ component.</p> <p>If you are using the analyzer to analyze code associated with an Apple NDA (e.g., preview versions of SDKs or seed releases of Mac OS X) please file bug -reports to Apple's <a href="http://bugreporter.apple.com">Bug Reporter</a> web +reports to Apple's <a href="https://feedbackassistant.apple.com/welcome">Feedback Assistant</a> web site.</p> <p>You are free to always file bugs through this website, but this option is less @@ -59,4 +59,3 @@ the analyzer has access to that bug database.</p> </div> </body> </html> - |