diff options
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 * |