diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-01-13 22:29:23 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-01-14 13:35:47 +1000 |
commit | 10bcf66db8dffbadd6f051acba3b543693819eff (patch) | |
tree | 94e344faaea6eb9afd540c88d53a3ae66ce10180 /doc/submitting-patches.asciidoc | |
parent | 02598521b1e6a2bffd0dc0917052a40b4a247f0e (diff) | |
download | pacman-10bcf66db8dffbadd6f051acba3b543693819eff.tar.xz |
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.asciidoc | 2 |
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 |