From d6d492ade3183d6243e431364b4205a60cd2c6ec Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Mon, 17 Jan 2022 22:29:27 -0800 Subject: [PATCH] [docs] fix broken link in docs (#3390) Co-authored-by: bluwy --- documentation/docs/14-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/14-configuration.md b/documentation/docs/14-configuration.md index 5f057ecf3efa..d0f4b010068e 100644 --- a/documentation/docs/14-configuration.md +++ b/documentation/docs/14-configuration.md @@ -133,7 +133,7 @@ export default { ### host -A value that overrides the one derived from [`config.kit.headers.host`](#configuration-headers-host). +A value that overrides the one derived from [`config.kit.headers.host`](#configuration-headers). ### hydrate @@ -222,7 +222,7 @@ See [Prerendering](#page-options-prerender). An object containing zero or more o ### protocol -The protocol is assumed to be `'https'` (unless you're developing locally without the `--https` flag) unless [`config.kit.headers.protocol`](#configuration-headers-protocol) is set. If necessary, you can override it here. +The protocol is assumed to be `'https'` (unless you're developing locally without the `--https` flag) unless [`config.kit.headers.protocol`](#configuration-headers) is set. If necessary, you can override it here. ### router