[libcxx-commits] [libcxx] 01193ca - [libc++] [doc] Fix a Sphinx error in ReleaseNotes.rst (I hope)

Arthur O'Dwyer via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 17 11:30:31 PST 2022


Author: Arthur O'Dwyer
Date: 2022-01-17T14:29:59-05:00
New Revision: 01193cae1c8441f4ce8d21460d397942473f8c11

URL: https://github.com/llvm/llvm-project/commit/01193cae1c8441f4ce8d21460d397942473f8c11
DIFF: https://github.com/llvm/llvm-project/commit/01193cae1c8441f4ce8d21460d397942473f8c11.diff

LOG: [libc++] [doc] Fix a Sphinx error in ReleaseNotes.rst (I hope)

Added: 
    

Modified: 
    libcxx/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index 4a1831268f80..ef08d6d8c207 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -111,7 +111,7 @@ ABI Changes
   errors involving ``std::nullptr_t`` against previously compiled binaries, this may
   be the cause. You can define the ``_LIBCPP_ABI_USE_CXX03_NULLPTR_EMULATION`` macro
   to return to the previous behavior. That macro will be removed in LLVM 15. Please
-  comment `here <https://reviews.llvm.org/D109459>`_ if you are broken by this change
+  comment `on D109459 <https://reviews.llvm.org/D109459>`_ if you are broken by this change
   and need to define the macro.
 
 - On Apple platforms, ``std::random_device`` is now implemented on top of ``arc4random()``
@@ -125,7 +125,7 @@ ABI Changes
   as required by the Standard. This changes ``sizeof(std::lognormal_distribution::param_type)``.
   You can define the ``_LIBCPP_ABI_OLD_LOGNORMAL_DISTRIBUTION`` macro to return to the
   previous behavior. That macro will be removed in LLVM 15. Please comment
-  `here <https://llvm.org/PR52906>`_ if you are broken by this change and need to
+  `on PR52906 <https://llvm.org/PR52906>`_ if you are broken by this change and need to
   define the macro.
 
 Build System Changes


        


More information about the libcxx-commits mailing list