[Documentation] Fix link in docs/clang-tidy/Contributing.rst.

llvm-svn: 351466
This commit is contained in:
Eugene Zelenko 2019-01-17 19:35:39 +00:00
parent 73a0c240cf
commit 6bea2f21ce
1 changed files with 3 additions and 2 deletions

View File

@ -59,8 +59,9 @@ Preparing your Workspace
------------------------
If you are new to LLVM development, you should read the `Getting Started with
the LLVM System`_, `Using Clang Tools`_ and `How To Setup Tooling For LLVM`_
documents to check out and build LLVM, Clang and Clang Extra Tools with CMake.
the LLVM System`_, `Using Clang Tools`_ and `How To Setup Clang Tooling For
LLVM`_ documents to check out and build LLVM, Clang and Clang Extra Tools with
CMake.
Once you are done, change to the ``llvm/tools/clang/tools/extra`` directory, and
let's start!