[llvm] 2b5e105 - [docs] Correct MD links to proper reST syntax in GitHub.rst (#143277)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 1 05:58:52 PDT 2025
Author: scuzqy
Date: 2025-09-01T14:58:49+02:00
New Revision: 2b5e105b58de773011260d36b5fe51ab66b331d5
URL: https://github.com/llvm/llvm-project/commit/2b5e105b58de773011260d36b5fe51ab66b331d5
DIFF: https://github.com/llvm/llvm-project/commit/2b5e105b58de773011260d36b5fe51ab66b331d5.diff
LOG: [docs] Correct MD links to proper reST syntax in GitHub.rst (#143277)
No content changes were made beyond syntax correction.
Added:
Modified:
llvm/docs/GitHub.rst
Removed:
################################################################################
diff --git a/llvm/docs/GitHub.rst b/llvm/docs/GitHub.rst
index f43792be6f93d..eae693b1d06ce 100644
--- a/llvm/docs/GitHub.rst
+++ b/llvm/docs/GitHub.rst
@@ -449,9 +449,9 @@ interface.
Here is an example of making a PR using git and the GitHub web interface:
-First follow the instructions to [fork the repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo?tool=webui#forking-a-repository).
+First follow the instructions to `fork the repository <https://docs.github.com/en/get-started/quickstart/fork-a-repo?tool=webui#forking-a-repository>`_.
-Next follow the instructions to [clone your forked repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo?tool=webui#cloning-your-forked-repository).
+Next follow the instructions to `clone your forked repository <https://docs.github.com/en/get-started/quickstart/fork-a-repo?tool=webui#cloning-your-forked-repository>`_.
Once you've cloned your forked repository,
More information about the llvm-commits
mailing list