diff --git a/clang-tools-extra/docs/clang-tidy/Contributing.rst b/clang-tools-extra/docs/clang-tidy/Contributing.rst --- a/clang-tools-extra/docs/clang-tidy/Contributing.rst +++ b/clang-tools-extra/docs/clang-tidy/Contributing.rst @@ -278,7 +278,7 @@ for information about tokens, lexing (transforming characters into tokens) and the preprocessor. - `The AST Library - `_ + `_ for information about how C++ source statements are represented as an abstract syntax tree (AST).