[llvm] [docs] Correct MD links to proper reST syntax in GitHub.rst (PR #143277)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 7 10:37:36 PDT 2025
https://github.com/scuzqy created https://github.com/llvm/llvm-project/pull/143277
No content changes were made beyond syntax correction.
>From 2e8ea48f98e3b71b8620b75eaadb645798725186 Mon Sep 17 00:00:00 2001
From: scuzqy <scuzqy at outlook.com>
Date: Sun, 8 Jun 2025 01:27:43 +0800
Subject: [PATCH] [docs] Correct MD links to proper reST syntax in GitHub.rst
No content changes were made beyond syntax correction.
---
llvm/docs/GitHub.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/llvm/docs/GitHub.rst b/llvm/docs/GitHub.rst
index 31dee0bbb17ba..70883a674f89b 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