Skip to content

Commit feaf70b

Browse files
committed
[clang-tidy][NFC] Fix syntax in release notes
Add missing : character to links in release notes so they could shown properly.
1 parent d7b4594 commit feaf70b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,17 +238,17 @@ New check aliases
238238

239239
- New alias :doc:`cppcoreguidelines-noexcept-destructor
240240
<clang-tidy/checks/cppcoreguidelines/noexcept-destructor>` to
241-
:doc`performance-noexcept-destructor
241+
:doc:`performance-noexcept-destructor
242242
<clang-tidy/checks/performance/noexcept-destructor>` was added.
243243

244244
- New alias :doc:`cppcoreguidelines-noexcept-move-operations
245245
<clang-tidy/checks/cppcoreguidelines/noexcept-move-operations>` to
246-
:doc`performance-noexcept-move-constructor
246+
:doc:`performance-noexcept-move-constructor
247247
<clang-tidy/checks/performance/noexcept-move-constructor>` was added.
248248

249249
- New alias :doc:`cppcoreguidelines-noexcept-swap
250250
<clang-tidy/checks/cppcoreguidelines/noexcept-swap>` to
251-
:doc`performance-noexcept-swap
251+
:doc:`performance-noexcept-swap
252252
<clang-tidy/checks/performance/noexcept-swap>` was added.
253253

254254
- New alias :doc:`cppcoreguidelines-use-default-member-init

0 commit comments

Comments
 (0)