We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877b312 commit e407795Copy full SHA for e407795
sites/kit.svelte.dev/src/lib/docs/server/render.js
@@ -54,7 +54,7 @@ export function replace_placeholders(content) {
54
if (t.name === 'Config' || t.name === 'KitConfig') {
55
// special case — we want these to be on a separate page
56
children =
57
- '<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>';
58
}
59
60
const markdown = `<div class="ts-block">${fence(t.snippet)}` + children + `</div>`;
0 commit comments