docs: correct SPHNIX document reference
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 16 Sep 2021 17:42:51 +0000 (17:42 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 16 Sep 2021 17:43:59 +0000 (17:43 +0000)
The trailing `>` was missing, which resulted in the reference not being
processed properly.

clang-tools-extra/docs/ReleaseNotes.rst

index 1b1f00d..79048ce 100644 (file)
@@ -91,7 +91,7 @@ New checks
   variables and function parameters only.
 
 
-- New :doc:`readability-data-pointer <clang-tidy/checks/readability-data-pointer` check.
+- New :doc:`readability-data-pointer <clang-tidy/checks/readability-data-pointer>` check.
 
   Finds cases where code could use ``data()`` rather than the address of the
   element at index 0 in a container.