[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: website: Replace legacy git:// links with https:// ones.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/02: website: Replace legacy git:// links with https:// ones. |
Date: |
Thu, 21 Jul 2022 06:24:31 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix-artwork.
commit 4c7f2ce6428a63e202cd2a9474a06f68a946934d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 17 02:00:00 2022 +0200
website: Replace legacy git:// links with https:// ones.
* website/apps/base/templates/contribute.scm (contribute-t):
Update cgit link text.
* website/apps/base/templates/cuirass.scm (cuirass-t): Likewise.
---
website/apps/base/templates/contribute.scm | 2 +-
website/apps/base/templates/cuirass.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/apps/base/templates/contribute.scm
b/website/apps/base/templates/contribute.scm
index f75c0c7..9b7987c 100644
--- a/website/apps/base/templates/contribute.scm
+++ b/website/apps/base/templates/contribute.scm
@@ -306,5 +306,5 @@ Translation|I18N|L10N|Artwork") #\|)
auxiliary information useful to hackers and maintainers is
available at "
(a (@ (href "//git.savannah.gnu.org/cgit/guix/maintenance.git"))
- "git://git.sv.gnu.org/guix/maintenance.git")
+ "https://git.sv.gnu.org/git/guix/maintenance.git")
"."))))))
diff --git a/website/apps/base/templates/cuirass.scm
b/website/apps/base/templates/cuirass.scm
index a5b8d4c..50ca348 100644
--- a/website/apps/base/templates/cuirass.scm
+++ b/website/apps/base/templates/cuirass.scm
@@ -85,6 +85,6 @@ to monitor the build results."))
,(G_ `(h3 "Project repository"))
,(G_ `(p "Cuirass source code is hosted at "
,(G_ `(a (@ (href
"//git.savannah.gnu.org/cgit/guix/guix-cuirass.git"))
- "git://git.sv.gnu.org/guix/guix-cuirass.git"))
+ "https://git.sv.gnu.org/git/guix/guix-cuirass.git"))
"."))
))))