Fix Clang sphinx build
authorAaron Ballman <aaron@aaronballman.com>
Tue, 29 Nov 2022 17:01:25 +0000 (12:01 -0500)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 29 Nov 2022 17:01:25 +0000 (12:01 -0500)
This addresses the issue found by:
https://lab.llvm.org/buildbot/#/builders/92/builds/36372

clang/docs/ReleaseNotes.rst

index 0e57feb..bf788ff 100644 (file)
@@ -305,7 +305,7 @@ Bug Fixes
   improperly, which was corrected to match the behaviour exhibited by GCC.
   `Issue 58229 <https://github.com/llvm/llvm-project/issues/58229>`_
 - The builtin type trait ``__is_aggregate`` now returns ``true`` for arrays of incomplete
-  types in accordance with the suggested fix for `LWG3823 https://cplusplus.github.io/LWG/issue3823`_
+  types in accordance with the suggested fix for `LWG3823 <https://cplusplus.github.io/LWG/issue3823>`_
 
 Improvements to Clang's diagnostics
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^