[libcxx-commits] [libcxx] 1e6d5de - [libcxx][Docs] Correct link syntax in hardening docs
David Spickett via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 1 00:08:56 PDT 2024
Author: David Spickett
Date: 2024-07-01T08:08:42+01:00
New Revision: 1e6d5ded356d8b28bb4e8b4c7f76e86b15d6f719
URL: https://github.com/llvm/llvm-project/commit/1e6d5ded356d8b28bb4e8b4c7f76e86b15d6f719
DIFF: https://github.com/llvm/llvm-project/commit/1e6d5ded356d8b28bb4e8b4c7f76e86b15d6f719.diff
LOG: [libcxx][Docs] Correct link syntax in hardening docs
Added:
Modified:
libcxx/docs/Hardening.rst
Removed:
################################################################################
diff --git a/libcxx/docs/Hardening.rst b/libcxx/docs/Hardening.rst
index 996e7aed881ab..9aac059d27ecf 100644
--- a/libcxx/docs/Hardening.rst
+++ b/libcxx/docs/Hardening.rst
@@ -437,5 +437,5 @@ Please see :ref:`Testing documentation <testing-hardening-assertions>`.
Further reading
===============
-- ``_Hardening RFC <https://discourse.llvm.org/t/rfc-hardening-in-libc/73925>``:
+- `Hardening RFC <https://discourse.llvm.org/t/rfc-hardening-in-libc/73925>`_:
contains some of the design rationale.
More information about the libcxx-commits
mailing list