Commit fa6f279
committed
Link the models guide with a validated liquid tag
The /guides/models/ URL 404s: jekyll-redirect-from emits flat
guides/models.html files, which GitHub Pages serves without a
trailing slash but not with one. Use {% link _advanced/models.md %}
instead, which resolves to the canonical /models/ URL at build time
and fails the build if the target moves. The tag targets the 1.x
docs tree because the generated page only renders in the frozen 1.x
site build; the /next build replaces it with a redirect stub.1 parent 415b0f6 commit fa6f279
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
160 | 163 | | |
161 | 164 | | |
162 | 165 | | |
| |||
195 | 198 | | |
196 | 199 | | |
197 | 200 | | |
198 | | - | |
| 201 | + | |
199 | 202 | | |
200 | 203 | | |
201 | 204 | | |
| |||
0 commit comments