aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2018-10-18 04:10:19 +0000
committerDaniel Kahn Gillmor <[email protected]>2018-10-18 04:28:51 +0000
commita81534fed8ff34b67a2726d333d9725454663c82 (patch)
tree37a26dab846072504a8b67becf9a9486574bbc26 /lang/js
parentdoc: use https:// for www.gnu.org (diff)
downloadgpgme-a81534fed8ff34b67a2726d333d9725454663c82.tar.gz
gpgme-a81534fed8ff34b67a2726d333d9725454663c82.zip
doc: convert more http:// links to https://
-- Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'lang/js')
-rw-r--r--lang/js/src/Helpers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/js/src/Helpers.js b/lang/js/src/Helpers.js
index 5386e960..f472b234 100644
--- a/lang/js/src/Helpers.js
+++ b/lang/js/src/Helpers.js
@@ -169,7 +169,7 @@ export function atobArray (base64) {
* Turns a Uint8Array into an utf8-String
* <pre>
* Taken and slightly adapted from
- * http://www.onicos.com/staff/iz/amuse/javascript/expert/utf.txt
+ * https://www.onicos.com/staff/iz/amuse/javascript/expert/utf.txt
* (original header:
* utf.js - UTF-8 <=> UTF-16 convertion
*