We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5747dff commit 760e593Copy full SHA for 760e593
doc/api/url.md
@@ -24,7 +24,7 @@ Node.js specific, and a newer API that implements the same
24
[WHATWG URL Standard][] used by web browsers.
25
26
A comparison between the WHATWG and Legacy APIs is provided below. Above the URL
27
-`'http://user:[email protected]:8080/p/a/t/h?query=string#hash'`, properties
+`'https://user:[email protected]:8080/p/a/t/h?query=string#hash'`, properties
28
of an object returned by the legacy `url.parse()` are shown. Below it are
29
properties of a WHATWG `URL` object.
30
0 commit comments