[llvm] [llvm][docs] Fix links to clang-format-diff.py and git-clang-format. (PR #110731)
Ryan Mansfield via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 1 12:59:37 PDT 2024
https://github.com/rjmansfield created https://github.com/llvm/llvm-project/pull/110731
None
>From 1cfa25528182da0835bc1118bb4db97d4c13894c Mon Sep 17 00:00:00 2001
From: Ryan Mansfield <ryan_mansfield at apple.com>
Date: Tue, 1 Oct 2024 15:57:25 -0400
Subject: [PATCH] [llvm][docs] Fix links to clang-format-diff.py and
git-clang-format.
---
llvm/docs/Contributing.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/llvm/docs/Contributing.rst b/llvm/docs/Contributing.rst
index 17477d1c044d76..e7c0abfe953fa2 100644
--- a/llvm/docs/Contributing.rst
+++ b/llvm/docs/Contributing.rst
@@ -181,8 +181,8 @@ of LLVM's high-level design, as well as its internals:
.. _irc.oftc.net: irc://irc.oftc.net/llvm
.. _good first issue: https://github.com/llvm/llvm-project/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
.. _bug tracker: https://github.com/llvm/llvm-project/issues
-.. _clang-format-diff.py: https://reviews.llvm.org/source/llvm-github/browse/main/clang/tools/clang-format/clang-format-diff.py
-.. _git-clang-format: https://reviews.llvm.org/source/llvm-github/browse/main/clang/tools/clang-format/git-clang-format
+.. _clang-format-diff.py: https://github.com/llvm/llvm-project/blob/main/clang/tools/clang-format/clang-format-diff.py
+.. _git-clang-format: https://github.com/llvm/llvm-project/blob/main/clang/tools/clang-format/git-clang-format
.. _LLVM's GitHub: https://github.com/llvm/llvm-project
.. _LLVM's Phabricator (read-only): https://reviews.llvm.org/
.. _LLVM's Open Projects page: https://llvm.org/OpenProjects.html#what
More information about the llvm-commits
mailing list