[llvm] 2709baf - llvm/docs: Try to fix some broken links
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 18:20:11 PST 2024
Author: David Blaikie
Date: 2024-03-09T02:19:32Z
New Revision: 2709bafbfe54b75003c60a950605194d6a3c9776
URL: https://github.com/llvm/llvm-project/commit/2709bafbfe54b75003c60a950605194d6a3c9776
DIFF: https://github.com/llvm/llvm-project/commit/2709bafbfe54b75003c60a950605194d6a3c9776.diff
LOG: llvm/docs: Try to fix some broken links
I messed up the syntax here previously - let's see if this is enough to
get it working.
Added:
Modified:
llvm/docs/CodeReview.rst
llvm/docs/GitHub.rst
Removed:
################################################################################
diff --git a/llvm/docs/CodeReview.rst b/llvm/docs/CodeReview.rst
index e3a74946e5933b..ca57cffc519de8 100644
--- a/llvm/docs/CodeReview.rst
+++ b/llvm/docs/CodeReview.rst
@@ -106,7 +106,7 @@ approval, or solicit objections to a patch with a deadline.
.. note::
If you are using a Pull Request for purposes other than review
(eg: precommit CI results, convenient web-based reverts, etc)
- `skip-precommit-approval<https://github.com/llvm/llvm-project/labels?q=skip-precommit-approval>`
+ `skip-precommit-approval <https://github.com/llvm/llvm-project/labels?q=skip-precommit-approval>`_
label to the PR.
Acknowledge All Reviewer Feedback
diff --git a/llvm/docs/GitHub.rst b/llvm/docs/GitHub.rst
index 51a7310a8a72d5..4010958c5d3133 100644
--- a/llvm/docs/GitHub.rst
+++ b/llvm/docs/GitHub.rst
@@ -33,7 +33,7 @@ documentation refer to `GitHub's documentation <https://docs.github.com/pull-req
.. note::
If you are using a Pull Request for purposes other than review
(eg: precommit CI results, convenient web-based reverts, etc)
- `skip-precommit-approval<https://github.com/llvm/llvm-project/labels?q=skip-precommit-approval>`
+ `skip-precommit-approval <https://github.com/llvm/llvm-project/labels?q=skip-precommit-approval>`_
label to the PR.
GitHub Tools
More information about the llvm-commits
mailing list