[PATCH] D145047: Fix broken link on Clang documentation page
Tulio Leao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 1 01:55:56 PST 2023
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
============
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145047.501424.patch
Type: text/x-patch
Size: 478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230301/b9db1d60/attachment.bin>
More information about the cfe-commits
mailing list