[clang] f4b9c07 - [clang][NFC] Try to fix the docs build

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 3 01:52:23 PDT 2022


Author: Timm Bäder
Date: 2022-08-03T10:52:02+02:00
New Revision: f4b9c0735e339b177d98fe69cf210eea00c0af62

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

LOG: [clang][NFC] Try to fix the docs build

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 2c439a01d721..8e35bd567b65 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -56,7 +56,7 @@ Bug Fixes
   destructor names were incorrectly accepted on template classes.
 - Improve compile-times with large dynamic array allocations with trivial
   constructors. This fixes
-  `Issue 56774<https://github.com/llvm/llvm-project/issues/56774>`_.
+  `Issue 56774 <https://github.com/llvm/llvm-project/issues/56774>`_.
 
 Improvements to Clang's diagnostics
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


        


More information about the cfe-commits mailing list