From a0db896ef33ee1afba557cc68f3e3e5b932a251d Mon Sep 17 00:00:00 2001 From: azul Date: Tue, 18 Oct 2016 10:06:08 +0000 Subject: explicitly set the text of https link Make sure https link for gpg key is displayed as such so copy and paste does use https instead of relying on http to https redirect. --- pages/install/signature-verification/en.text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/install/signature-verification/en.text b/pages/install/signature-verification/en.text index 0f72ddf..37ec1cf 100644 --- a/pages/install/signature-verification/en.text +++ b/pages/install/signature-verification/en.text @@ -10,7 +10,7 @@ h3. Option 1 - wget The easiest way to get the LEAP archive signing key is to just download it from the bitmask.net website and import into your keyring: -bc. wget -O- https://dl.bitmask.net/apt.key | gpg --import +bc. wget -O- [[https://dl.bitmask.net/apt.key => https://dl.bitmask.net/apt.key]] | gpg --import You should see output that looks like this: -- cgit v1.2.3