Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sites/kit.svelte.dev/src/lib/docs/server/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function replace_placeholders(content) {
if (t.name === 'Config' || t.name === 'KitConfig') {
// special case — we want these to be on a separate page
children =
'<div class="ts-block-property-details">\n\nSee the [configuration reference](/docs#configuration) for details.</div>';
'<div class="ts-block-property-details">\n\nSee the [configuration reference](/docs/configuration) for details.</div>';
}

const markdown = `<div class="ts-block">${fence(t.snippet)}` + children + `</div>`;
Expand Down