[all-commits] [llvm/llvm-project] fc1071: Fix broken link on Clang documentation page
Tulio Leao via All-commits
all-commits at lists.llvm.org
Sat Mar 4 14:59:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc10715f9bb39741fcfd5373134767481235aa14
https://github.com/llvm/llvm-project/commit/fc10715f9bb39741fcfd5373134767481235aa14
Author: Tulio Leao <tupaschoal at gmail.com>
Date: 2023-03-05 (Sun, 05 Mar 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
Log Message:
-----------
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
More information about the All-commits
mailing list