From 3c5f3ada68116cf45afa3faecb6f7d20a7dd0899 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 12 Oct 2017 06:26:47 +0000 Subject: [PATCH 3/6] website: base: Change http to https in 'graphics'. website/apps/base/templates/graphics.scm (graphics-t): http -> https. --- website/apps/base/templates/graphics.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/apps/base/templates/graphics.scm b/website/apps/base/templates/graphics.scm index 30b73e7..9f7c357 100644 --- a/website/apps/base/templates/graphics.scm +++ b/website/apps/base/templates/graphics.scm @@ -52,7 +52,7 @@ (p "Permission is granted to copy, distribute and/or modify this work under the terms of the " - (a (@ (href "http://creativecommons.org/licenses/by-sa/4.0/")) + (a (@ (href "https://creativecommons.org/licenses/by-sa/4.0/")) "Creative Commons Attribution-ShareAlike 4.0 International License") ".")) (p -- 2.14.2