Skip to content

Commit d6d492a

Browse files
benmccannbluwy
andauthored
[docs] fix broken link in docs (#3390)
Co-authored-by: bluwy <[email protected]>
1 parent f171434 commit d6d492a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docs/14-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default {
133133

134134
### host
135135

136-
A value that overrides the one derived from [`config.kit.headers.host`](#configuration-headers-host).
136+
A value that overrides the one derived from [`config.kit.headers.host`](#configuration-headers).
137137

138138
### hydrate
139139

@@ -222,7 +222,7 @@ See [Prerendering](#page-options-prerender). An object containing zero or more o
222222

223223
### protocol
224224

225-
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.
225+
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.
226226

227227
### router
228228

0 commit comments

Comments
 (0)