Commit defb730
committed
fix: force re-publish of zh configure-readme to refresh stale custom-code link
The link checker reported https://buildwithfern.com/products/sdks/custom-code.mdx
as a 404 from the rendered Chinese page /learn/zh/sdks/deep-dives/readme.
The source link was already corrected in #5348 from /products/sdks/custom-code.mdx
to /learn/sdks/overview/custom-code, but the deployed translation page is still
serving the pre-#5348 content. This commit adds a trailing newline to nudge the
file through the docs publish pipeline so the corrected link is uploaded again.
Also deletes the scaffold file as instructed.1 parent 7668723 commit defb730
2 files changed
Lines changed: 1 addition & 26 deletions
File tree
- .github/broken-links
- fern/translations/zh/products/sdks/deep-dives
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
0 commit comments