[PATCH] D99618: Docs: Update dead links to SVN in Contributing.rst
Paul Curry via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 30 13:34:15 PDT 2021
cr3ative created this revision.
cr3ative requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Just tidying up some dead links for new ones on the github version! Sorry for submitting this to github first time around. I am a dunce. I hope this is correct.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D99618
Files:
llvm/docs/Contributing.rst
Index: llvm/docs/Contributing.rst
===================================================================
--- llvm/docs/Contributing.rst
+++ llvm/docs/Contributing.rst
@@ -152,8 +152,8 @@
.. _irc.oftc.net: irc://irc.oftc.net/llvm
.. _beginner keyword: https://bugs.llvm.org/buglist.cgi?bug_status=NEW&bug_status=REOPENED&keywords=beginner%2C%20&keywords_type=allwords&list_id=130748&query_format=advanced&resolution=---
.. _bug tracker: https://bugs.llvm.org
-.. _clang-format-diff.py: https://reviews.llvm.org/source/clang/browse/cfe/trunk/tools/clang-format/clang-format-diff.py
-.. _git-clang-format: https://reviews.llvm.org/source/clang/browse/cfe/trunk/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 Phabricator: https://reviews.llvm.org/
.. _LLVM's Open Projects page: https://llvm.org/OpenProjects.html#what
.. _LLVM Developer's mailing list: http://lists.llvm.org/mailman/listinfo/llvm-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99618.334262.patch
Type: text/x-patch
Size: 1133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210330/e0e90539/attachment.bin>
More information about the llvm-commits
mailing list