[PATCH] D145047: Fix broken link on Clang documentation page

2023-03-01 Thread Tulio Leao via Phabricator via cfe-commits
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 
, 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 
F26690057: image.png 


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 `_.
+ `the Releases Page `_.
 
 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 `_.
+ `the Releases Page `_.
 
 Introduction
 
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D145047: Fix broken link on Clang documentation page

2023-03-01 Thread Tulio Leao via Phabricator via cfe-commits
tupaschoal added a subscriber: royjacobson.
tupaschoal added a comment.

Btw seems to have been broken recently by 
https://github.com/llvm/llvm-project/commit/f5aa8d191a5b5ea118281bfa410bdb2ee961c704,
 so tagging @royjacobson too


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145047/new/

https://reviews.llvm.org/D145047

___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D145047: Fix broken link on Clang documentation page

2023-03-02 Thread Tulio Leao via Phabricator via cfe-commits
tupaschoal added a comment.

In D145047#4164976 , @royjacobson 
wrote:

> Thanks! Do you need me to land this for you? If so, could you please provide 
> name + email to sign the commit with?

Yes, please!
Tulio Leao 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145047/new/

https://reviews.llvm.org/D145047

___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits