[clang] [clang][analyzer][doc] Migrate checkers-related docs from HTML to RST (PR #97032)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 3 02:01:46 PDT 2024


Endre =?utf-8?q?Fülöp?= <endre.fulop at sigmatechnology.com>,
Endre =?utf-8?q?Fülöp?= <endre.fulop at sigmatechnology.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/97032 at github.com>


================
@@ -678,7 +678,7 @@ <h3 id=debugprints>Debug Prints and Tricks</h3>
 
 <h2 id=links>Making Your Checker Better</h2>
 <ul>
-<li>User facing documentation is important for adoption! Make sure the <a href="/available_checks.html">checker list </a>is updated
+<li>User facing documentation is important for adoption! Make sure the <a href="https://clang.llvm.org/docs/analyzer/checkers.html">checker list </a>is updated
----------------
whisperity wrote:

```suggestion
<li>User facing documentation is important for adoption! Make sure the <a href="https://clang.llvm.org/docs/analyzer/checkers.html">checker list</a> is updated
```

https://github.com/llvm/llvm-project/pull/97032


More information about the cfe-commits mailing list