Commit 2704117
committed
Fix cold-start docs link to use relative .mdx path
The unreleased deployment-cold-start page only lives in docs/docs/, not in
the versioned snapshots. Slug-based links like /deployment-cold-start resolve
to the latest released version (1.9.0) and break the docusaurus build.
Relative .mdx links resolve within the same docs version.1 parent 0f2b207 commit 2704117
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
0 commit comments