[PATCH] D123900: [docs] Fix link in Code of Conduct
Ellis Hoag via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 16 10:46:16 PDT 2022
ellis created this revision.
ellis added a reviewer: chandlerc.
Herald added a project: All.
ellis edited the summary of this revision.
ellis edited the summary of this revision.
ellis edited the summary of this revision.
ellis published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
I noticed that the link to Speak Up! is broken. Django's code of conduct (https://www.djangoproject.com/conduct/) now links to an archived version of the site, so we should probably be using that for our link.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D123900
Files:
llvm/docs/CodeOfConduct.rst
Index: llvm/docs/CodeOfConduct.rst
===================================================================
--- llvm/docs/CodeOfConduct.rst
+++ llvm/docs/CodeOfConduct.rst
@@ -108,5 +108,5 @@
based on wording from the `Speak Up! project`_.)
.. _Django Project: https://www.djangoproject.com/conduct/
-.. _Speak Up! project: http://speakup.io/coc.html
+.. _Speak Up! project: https://web.archive.org/web/20141109123859/http://speakup.io/coc.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123900.423243.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220416/21c63ac8/attachment.bin>
More information about the llvm-commits
mailing list