Commit e85182d
fix(create-objectstack): converge blank template docs links on the canonical host (#10992)
The scaffolded blank template's README.md linked docs.objectstack.ai (an
accepted-but-unratified alias) in three places, while the root README.md
already used the ruled canonical origin, https://objectstack.ai. One
`npm create objectstack@latest` run therefore handed the newcomer two
different documentation hostnames.
Maintainer ruling, 2026-08-21: 「这个仓的文档站规范 URL 是 https://objectstack.ai」.
scripts/check-published-readme-links.mjs's CANONICAL_DOCS_ORIGIN prescribes
the same origin, and #10659/#10935 already converged the docs-site build
config and the runtime-emitted docsUrl strings onto it — 02b3b07 explicitly
deferred the create-objectstack templates to this issue (#10321).
Fixes #10321
Claude-Session: https://claude.ai/code/session_019bmVFqoQPq63zhKrxdYG1r
Co-authored-by: Claude <noreply@anthropic.com>1 parent 7ab286e commit e85182d
2 files changed
Lines changed: 15 additions & 3 deletions
File tree
- .changeset
- packages/create-objectstack/src/templates/blank
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments