diff --git a/doc/api/url.md b/doc/api/url.md index 6cb82c71676e3a..3583d3107491b6 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -21,10 +21,6 @@ The `url` module provides two APIs for working with URLs: a legacy API that is Node.js specific, and a newer API that implements the same [WHATWG URL Standard][] used by web browsers. -While the Legacy API has not been deprecated, it is maintained solely for -backwards compatibility with existing applications. New application code -should use the WHATWG API. - A comparison between the WHATWG and Legacy APIs is provided below. Above the URL `'http://user:pass@sub.example.com:8080/p/a/t/h?query=string#hash'`, properties of an object returned by the legacy `url.parse()` are shown. Below it are