diff --git a/docs/api/request.md b/docs/api/request.md index 121417cff..660c363f3 100644 --- a/docs/api/request.md +++ b/docs/api/request.md @@ -101,7 +101,7 @@ ctx.request.href; when `app.proxy` is __true__, otherwise `Host` is used. If host is IPv6, Koa delegates parsing to - [WHATWG URL API](https://nodejs.org/dist/latest-v8.x/docs/api/url.html#url_the_whatwg_url_api), + [WHATWG URL API](https://nodejs.org/api/url.html#the-whatwg-url-api), *Note* This may impact performance. ### request.URL