Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/submitting-patches.asciidoc
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2019-01-13 22:29:23 -0500
committerAllan McRae <allan@archlinux.org>2019-01-14 13:35:47 +1000
commit10bcf66db8dffbadd6f051acba3b543693819eff (patch)
tree94e344faaea6eb9afd540c88d53a3ae66ce10180 /doc/submitting-patches.asciidoc
parent02598521b1e6a2bffd0dc0917052a40b4a247f0e (diff)
update a bunch of links for https and to adapt to changing domains
projects.archlinux.org and mailman.archlinux.org are both migrated to new domains. Transifex supports https, so encourage its use by default. Take advantage of the opportunity when updating these links, to also delist some projects that are dead. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/submitting-patches.asciidoc')
-rw-r--r--doc/submitting-patches.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/submitting-patches.asciidoc b/doc/submitting-patches.asciidoc
index 9cf8dc64..88b58ca5 100644
--- a/doc/submitting-patches.asciidoc
+++ b/doc/submitting-patches.asciidoc
@@ -20,7 +20,7 @@ started with GIT if you have not worked with it before.
The pacman code can be fetched using the following command:
- git clone git://projects.archlinux.org/pacman.git
+ git clone git://git.archlinux.org/pacman.git
Creating your patch