From 66e82634b76c67cc80041f55f00a6ac7c7a7318e Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Thu, 2 Dec 2021 13:27:46 +0700 Subject: [PATCH] fix a link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67e6eb120da8..241da8618c8b 100644 --- a/README.md +++ b/README.md @@ -2800,7 +2800,7 @@ core-js(-pure)/stable|features/url core-js/stable|features/url/to-json core-js(-pure)/stable|features/url-search-params ``` -[*Examples*](t.ly/ZiA6'): +[*Examples*](t.ly/ZiA6): ```js const url = new URL('http://login:password@example.com:8080/foo/bar?a=1&b=2&a=3#fragment');