[clang-tidy][NFC] Fix syntax in release notes

Add missing : character to links in release notes
so they could shown properly.
This commit is contained in:
Piotr Zegar
2023-07-17 06:20:17 +00:00
parent d7b45945fb
commit feaf70b3cd

View File

@@ -238,17 +238,17 @@ New check aliases
- New alias :doc:`cppcoreguidelines-noexcept-destructor
<clang-tidy/checks/cppcoreguidelines/noexcept-destructor>` to
:doc`performance-noexcept-destructor
:doc:`performance-noexcept-destructor
<clang-tidy/checks/performance/noexcept-destructor>` was added.
- New alias :doc:`cppcoreguidelines-noexcept-move-operations
<clang-tidy/checks/cppcoreguidelines/noexcept-move-operations>` to
:doc`performance-noexcept-move-constructor
:doc:`performance-noexcept-move-constructor
<clang-tidy/checks/performance/noexcept-move-constructor>` was added.
- New alias :doc:`cppcoreguidelines-noexcept-swap
<clang-tidy/checks/cppcoreguidelines/noexcept-swap>` to
:doc`performance-noexcept-swap
:doc:`performance-noexcept-swap
<clang-tidy/checks/performance/noexcept-swap>` was added.
- New alias :doc:`cppcoreguidelines-use-default-member-init