[clang-tidy] Fix AST Library documentation link
authorJorge Pinto Sousa <jorge.pinto.sousa@proton.me>
Sun, 9 Apr 2023 08:45:07 +0000 (08:45 +0000)
committerPiotr Zegar <me@piotrzegar.pl>
Sun, 9 Apr 2023 08:47:54 +0000 (08:47 +0000)
The link was pointing to the 'Lexer and Preprocessor Library'
instead.

Reviewed By: PiotrZSL

Differential Revision: https://reviews.llvm.org/D147874

clang-tools-extra/docs/clang-tidy/Contributing.rst

index 0014bb2..c4b9392 100644 (file)
@@ -278,7 +278,7 @@ are:
   for information about tokens, lexing (transforming characters into tokens) and the
   preprocessor.
 - `The AST Library
-  <https://clang.llvm.org/docs/InternalsManual.html#the-lexer-and-preprocessor-library>`_
+  <https://clang.llvm.org/docs/InternalsManual.html#the-ast-library>`_
   for information about how C++ source statements are represented as an abstract syntax
   tree (AST).