From 0e68c00e369264d54c26f025db95d610bfdf1f4c Mon Sep 17 00:00:00 2001 From: tomoam <29677552+tomoam@users.noreply.github.com> Date: Fri, 11 Feb 2022 15:04:18 +0900 Subject: [PATCH] [docs] fix link --- documentation/docs/03-loading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/03-loading.md b/documentation/docs/03-loading.md index 70ac88f6ef8e..9d4ee7c5274b 100644 --- a/documentation/docs/03-loading.md +++ b/documentation/docs/03-loading.md @@ -94,7 +94,7 @@ The `load` function receives an object containing six fields — `url`, `params` `url` is an instance of [`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL), containing properties like the `origin`, `hostname`, `pathname` and `searchParams`. -> In some environments this is derived from request headers during server-side rendering. If you're using [adapter-node]/docs/adapters#supported-environments-node-js, for example, you may need to configure the adapter in order for the URL to be correct. +> In some environments this is derived from request headers during server-side rendering. If you're using [adapter-node](/docs/adapters#supported-environments-node-js), for example, you may need to configure the adapter in order for the URL to be correct. #### params