diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-10-18 04:10:19 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-18 04:28:51 +0000 |
commit | a81534fed8ff34b67a2726d333d9725454663c82 (patch) | |
tree | 37a26dab846072504a8b67becf9a9486574bbc26 /lang/js | |
parent | doc: use https:// for www.gnu.org (diff) | |
download | gpgme-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.js | 2 |
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 * |