tupaschoal created this revision. tupaschoal added reviewers: vhscampos, brenoguim. Herald added a project: All. tupaschoal requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits.
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: image.png <https://reviews.llvm.org/F26690053> F26690057: image.png <https://reviews.llvm.org/F26690057> Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D145047 Files: clang/docs/ReleaseNotes.rst Index: clang/docs/ReleaseNotes.rst =================================================================== --- clang/docs/ReleaseNotes.rst +++ clang/docs/ReleaseNotes.rst @@ -13,7 +13,7 @@ .. 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 ============
Index: clang/docs/ReleaseNotes.rst =================================================================== --- clang/docs/ReleaseNotes.rst +++ clang/docs/ReleaseNotes.rst @@ -13,7 +13,7 @@ .. 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 ============
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits