Skip to content

Commit 3484ed9

Browse files
authored
[docs][clang-tools-extra] Fix broken document link in ReleaseNotes.rst
Fixes the following error: ``` clang-tools-extra/docs/ReleaseNotes.rst:247: WARNING: unknown document: 'clang-tidy/checks/readability/readability-identifier-naming' [ref.doc] ```
1 parent f032622 commit 3484ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Changes in existing checks
245245
remove `->`, when redundant `get()` is removed.
246246

247247
- Improved :doc:`readability-identifier-naming
248-
<clang-tidy/checks/readability/readability-identifier-naming>` check to
248+
<clang-tidy/checks/readability/identifier-naming>` check to
249249
validate ``namespace`` aliases.
250250

251251
Removed checks

0 commit comments

Comments
 (0)