Fix link to check
authorMalcolm Parsons <malcolm.parsons@gmail.com>
Mon, 31 Oct 2016 14:48:49 +0000 (14:48 +0000)
committerMalcolm Parsons <malcolm.parsons@gmail.com>
Mon, 31 Oct 2016 14:48:49 +0000 (14:48 +0000)
llvm-svn: 285581

clang-tools-extra/docs/ReleaseNotes.rst

index 6b703d8..0b21903 100644 (file)
@@ -82,7 +82,7 @@ Improvements to clang-tidy
   reinitialization.
 
 - The `modernize-use-auto
-  <http://clang.llvm.org/extra/clang-tidy/checks/modernize.html>`_ check
+  <http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html>`_ check
   now warns about variable declarations that are initialized with a cast.
 
 - New `mpi-buffer-deref