Skip to content

Commit 0de5adf

Browse files
fix: resolve broken links (#965)
* fix: resolve broken links * satisfy prettier
1 parent b80958f commit 0de5adf

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

www/pages/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ experience, preserving core functionality.
128128
129129
## Next steps
130130
131-
- Explore [Configuration](./configuration) — consider moving your `-t` target
132-
flags into a `doc-kit.config.mjs` file.
133-
- [Further customize the `web` generator](./generators/web) — give it a custom
134-
sidenav or footer.
135-
- [Read the full input specification](./specification) — the full Markdown
131+
- Explore [Configuration](./configuration.html) — consider moving your `-t`
132+
target flags into a `doc-kit.config.mjs` file.
133+
- [Further customize the `web` generator](./generators/web.html) — give it a
134+
custom sidenav or footer.
135+
- [Read the full input specification](./specification.html) — the full Markdown
136136
contract.

www/pages/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Only some of these are things you ask for by name. `ast`, `metadata`, and
3939
them, and they are not valid `-t` targets. Everything in the fan-out below
4040
`metadata` is a target you can pass to `-t`, and passing several at once reuses
4141
the one shared parse rather than repeating it. The full list is in the
42-
[generators reference](./generators/web).
42+
[generators reference](./generators/web.html).
4343

4444
## The input contract
4545

@@ -51,14 +51,14 @@ important rule:
5151
> page's identity — its sidebar label and its output filename. A file without
5252
> one produces no page at all, and the build still exits `0`.
5353
54-
See [the specification](./specification) for the full input format.
54+
See [the specification](./specification.html) for the full input format.
5555

5656
## What's next
5757

58-
- [Getting started](./getting-started) — render your first document.
59-
- [Commands](./commands) — the `doc-kit` CLI surface.
60-
- [Configuration](./configuration)`doc-kit.config.mjs` reference.
61-
- [Creating generators](./generators) — extend the pipeline.
58+
- [Getting started](./getting-started.html) — render your first document.
59+
- [Commands](./commands.html) — the `doc-kit` CLI surface.
60+
- [Configuration](./configuration.html)`doc-kit.config.mjs` reference.
61+
- [Creating generators](./generators.html) — extend the pipeline.
6262

6363
## Showcase
6464

0 commit comments

Comments
 (0)