Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsapics <gv.nishino@gmail.com>2020-06-29 18:16:11 +0300
committerJames M Snell <jasnell@gmail.com>2020-07-06 17:03:05 +0300
commit3975799f260bb1aea77f3e8f4546182b53f2d6b8 (patch)
treec3bf463dcc06881df8d968a37c8e08be6ce62ce7 /doc/api/esm.md
parentbf772896fe3621e6b2324c7dd610dfbd79f63ab9 (diff)
doc: replace http to https of link urls
PR-URL: https://github.com/nodejs/node/pull/34158 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/esm.md')
-rw-r--r--doc/api/esm.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/esm.md b/doc/api/esm.md
index c06ba4782af..75a7c07ddbc 100644
--- a/doc/api/esm.md
+++ b/doc/api/esm.md
@@ -1817,11 +1817,11 @@ success!
[`module.createRequire()`]: modules.html#modules_module_createrequire_filename
[`module.syncBuiltinESMExports()`]: modules.html#modules_module_syncbuiltinesmexports
[`transformSource` hook]: #esm_code_transformsource_code_hook
-[ArrayBuffer]: http://www.ecma-international.org/ecma-262/6.0/#sec-arraybuffer-constructor
+[ArrayBuffer]: https://www.ecma-international.org/ecma-262/6.0/#sec-arraybuffer-constructor
[SharedArrayBuffer]: https://tc39.es/ecma262/#sec-sharedarraybuffer-constructor
-[string]: http://www.ecma-international.org/ecma-262/6.0/#sec-string-constructor
-[TypedArray]: http://www.ecma-international.org/ecma-262/6.0/#sec-typedarray-objects
-[Uint8Array]: http://www.ecma-international.org/ecma-262/6.0/#sec-uint8array
+[string]: https://www.ecma-international.org/ecma-262/6.0/#sec-string-constructor
+[TypedArray]: https://www.ecma-international.org/ecma-262/6.0/#sec-typedarray-objects
+[Uint8Array]: https://www.ecma-international.org/ecma-262/6.0/#sec-uint8array
[`util.TextDecoder`]: util.html#util_class_util_textdecoder
[import an ES or CommonJS module for its side effects only]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#Import_a_module_for_its_side_effects_only
[special scheme]: https://url.spec.whatwg.org/#special-scheme