Skip to content

Commit e407795

Browse files
authored
[docs] fix link (#7887)
fixes #7886
1 parent 877b312 commit e407795

File tree

1 file changed

+1
-1
lines changed
  • sites/kit.svelte.dev/src/lib/docs/server

1 file changed

+1
-1
lines changed

sites/kit.svelte.dev/src/lib/docs/server/render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function replace_placeholders(content) {
5454
if (t.name === 'Config' || t.name === 'KitConfig') {
5555
// special case — we want these to be on a separate page
5656
children =
57-
'<div class="ts-block-property-details">\n\nSee the [configuration reference](/docs#configuration) for details.</div>';
57+
'<div class="ts-block-property-details">\n\nSee the [configuration reference](/docs/configuration) for details.</div>';
5858
}
5959
6060
const markdown = `<div class="ts-block">${fence(t.snippet)}` + children + `</div>`;

0 commit comments

Comments
 (0)