Author: eugenezelenko Date: Wed May 23 10:39:46 2018 New Revision: 333104 URL: http://llvm.org/viewvc/llvm-project?rev=333104&view=rev Log: [Documentation] Fix link syntax in Release Notes.
Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/ReleaseNotes.rst?rev=333104&r1=333103&r2=333104&view=diff ============================================================================== --- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original) +++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Wed May 23 10:39:46 2018 @@ -100,7 +100,7 @@ Improvements to clang-tidy only allowed in nested loops. - New :doc:`cppcoreguidelines-narrowing-conversions - <clang-tidy/checks/cppcoreguidelines-narrowing-conversions>`_ check + <clang-tidy/checks/cppcoreguidelines-narrowing-conversions>` check Checks for narrowing conversions, e. g. ``int i = 0; i += 0.1;``. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits