[llvm] [llvm][docs]: update links to `clang-format-diff.py` and `git-clang-format` (PR #114646)
Carlo Cabrera via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 2 00:26:32 PDT 2024
https://github.com/carlocab created https://github.com/llvm/llvm-project/pull/114646
This links are currently broken.
>From fce9c51834e499306902df7461d3f40b6fe3a713 Mon Sep 17 00:00:00 2001
From: Carlo Cabrera <github at carlo.cab>
Date: Sat, 2 Nov 2024 15:25:33 +0800
Subject: [PATCH] [llvm][docs]: update links to `clang-format-diff.py` and
`git-clang-format`
This links are currently broken.
---
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 2f8ce7b7a1055e..fd7c0b57c3953a 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