docs: fix broken installation link in telegram bot tutorial#1778
Merged
docs: fix broken installation link in telegram bot tutorial#1778
Conversation
The Telegram bot tutorial linked to `../getting-started/installation.md` in all four language versions (en/es/fr/zh), but no `getting-started/` directory exists under `docs/`. The canonical install page lives at `docs/installation.mdx` and other Mintlify docs reference it as `/installation` (absolute), so point each translation at the locale- appropriate absolute path.
Contributor
|
All claims verified. The diff is minimal and correct. Here is my review: 1. Classification (derived): docs — consistent with author's claim 2. Rubric (derived): Verify the broken links actually point to non-existent paths, the replacement paths exist on disk, and that link style matches the pattern used elsewhere in the docs. 3. Scope verdict: in scope 4. Universal invariants: all intact — this PR touches only docs markdown files, none of the invariant-bearing source files. 5. Judgment:
6. PR-type-specific checks (derived):
7. Security: clear 8. Decision: APPROVE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
All four language versions of the Telegram bot tutorial linked to
../getting-started/installation.md, but there is nogetting-started/directory underdocs/. The canonical install page isdocs/installation.mdx(plus per-localedocs/<lang>/installation.mdx), and other docs reference it via the Mintlify-style absolute path/installation(see e.g.docs/cli/overview.md:126,docs/what-you-can-build.md:173).Each tutorial now points at the locale-appropriate absolute path:
docs/guides/tutorial-telegram-bot.md→/installationdocs/es/guides/tutorial-telegram-bot.md→/es/installationdocs/fr/guides/tutorial-telegram-bot.md→/fr/installationdocs/zh/guides/tutorial-telegram-bot.md→/zh/installationAll four target files exist on disk, so the links now resolve.
Test plan
docs/getting-started/does not existdocs/installation.mdxanddocs/{es,fr,zh}/installation.mdxall exist🤖 Generated with Claude Code