[clang] fc10715 - Fix broken link on Clang documentation page

Roy Jacobson via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 4 14:59:41 PST 2023


Author: Tulio Leao
Date: 2023-03-05T00:58:48+02:00
New Revision: fc10715f9bb39741fcfd5373134767481235aa14

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

LOG: Fix broken link on Clang documentation page

While browsing the latest [clang manual](https://clang.llvm.org/docs/ReleaseNotes.html), I came across this warning and clicked, but it leads to a broken page, apparently because it's missing the trailing `/`. Seems to be the only place where it's missing in the whole of LLVM monorepo.

{F26690053}
{F26690057}

Reviewed By: brenoguim, royjacobson

Differential Revision: https://reviews.llvm.org/D145047

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 3c152cab15c6..988bcf186098 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -13,7 +13,7 @@ Written by the `LLVM Team <https://llvm.org/>`_
   .. warning::
      These are in-progress notes for the upcoming Clang |version| release.
      Release notes for previous releases can be found on
-     `the Releases Page <https://llvm.org/releases>`_.
+     `the Releases Page <https://llvm.org/releases/>`_.
 
 Introduction
 ============


        


More information about the cfe-commits mailing list