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

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 17 11:35:39 PST 2019


Author: eugenezelenko
Date: Thu Jan 17 11:35:39 2019
New Revision: 351466

URL: http://llvm.org/viewvc/llvm-project?rev=351466&view=rev
Log:
[Documentation] Fix link in docs/clang-tidy/Contributing.rst.

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/Contributing.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy/Contributing.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/Contributing.rst?rev=351466&r1=351465&r2=351466&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/Contributing.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/Contributing.rst Thu Jan 17 11:35:39 2019
@@ -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!




More information about the cfe-commits mailing list