Skip to content

Commit

Permalink
[docs] fix broken link in docs (#3390)
Browse files Browse the repository at this point in the history
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
  • Loading branch information
benmccann and bluwy authored Jan 18, 2022
1 parent f171434 commit d6d492a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/docs/14-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d6d492a

Please sign in to comment.