[llvm] 25b5119 - [doc] Fix link typo
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 28 08:27:55 PDT 2023
Author: Paul Robinson
Date: 2023-06-28T08:27:41-07:00
New Revision: 25b51191ff4f0377ecee1943578e59149e415eab
URL: https://github.com/llvm/llvm-project/commit/25b51191ff4f0377ecee1943578e59149e415eab
DIFF: https://github.com/llvm/llvm-project/commit/25b51191ff4f0377ecee1943578e59149e415eab.diff
LOG: [doc] Fix link typo
Added:
Modified:
llvm/docs/GitHub.rst
Removed:
################################################################################
diff --git a/llvm/docs/GitHub.rst b/llvm/docs/GitHub.rst
index 0b6e96d6fbdbc..0aa117e252fb1 100644
--- a/llvm/docs/GitHub.rst
+++ b/llvm/docs/GitHub.rst
@@ -30,7 +30,7 @@ policies LLVM will be adopting once the project starts using them.
Creating Pull Requests
^^^^^^^^^^^^^^^^^^^^^^
For pull requests, please push a branch to your
-`fork <https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks`_
+`fork <https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks>`_
of the llvm-project and
`create a pull request from the fork <https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork>`_.
More information about the llvm-commits
mailing list