[llvm] 6d2f4dd - [llvm][docs] update links to `clang-format-diff.py` and `git-clang-format` (#114646)

via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 02:06:57 PST 2024


Author: Carlo Cabrera
Date: 2024-11-05T11:06:54+01:00
New Revision: 6d2f4dd79d0106b8f4c743b2fb08ae0ea29411e0

URL: https://github.com/llvm/llvm-project/commit/6d2f4dd79d0106b8f4c743b2fb08ae0ea29411e0
DIFF: https://github.com/llvm/llvm-project/commit/6d2f4dd79d0106b8f4c743b2fb08ae0ea29411e0.diff

LOG: [llvm][docs] update links to `clang-format-diff.py` and `git-clang-format` (#114646)

Point to github instead of phabricator.

Added: 
    

Modified: 
    llvm/docs/Contributing.rst

Removed: 
    


################################################################################
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