summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorazul <azul@riseup.net>2016-10-18 10:06:08 +0000
committerazul <azul@riseup.net>2016-10-18 10:06:08 +0000
commita0db896ef33ee1afba557cc68f3e3e5b932a251d (patch)
tree4c19512ffd2e86bb3b1e46d54555ed93415d8f6e
parentc950fc31b370e1e2e8b46844871d94cec7ac1ee7 (diff)
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.
-rw-r--r--pages/install/signature-verification/en.text2
1 files changed, 1 insertions, 1 deletions
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: