You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mint broken-links reported 58 broken links across 36 localized (es/fr/zh) files pointing at /workflows* paths that no longer exist after the workflows → automations rename in #6227.
The English docs were migrated from /workflows to /automations in #6227, but the localized copies still pointed at the old paths. Body-text mentions of "workflows" / "flux de travail" / "工作流" were left untouched — only broken link targets were rewritten.
Validation
mint broken-links → no broken links found
mint validate → only a pre-existing docs.json warning unrelated to this change (contextual.options[1]: 'download-spec')
Note
Low Risk
Documentation-only link target updates with no product, auth, or runtime behavior changes.
Overview
Repairs broken internal links in Spanish, French, and Chinese docs that still pointed at /workflows after the English docs moved that content to /automations.
Link targets are updated across agent pages, AI-native overviews, changelogs, CLI/guides, and navigation tips—e.g. ](/workflows) → ](/automations), ](/workflows/index) → ](/automations/index), and ](/guides/use-workflows) → ](/guides/use-automations) in zh/guides/index.mdx. Visible copy (workflows / flux de travail / 工作流) is unchanged; only URLs and href values are fixed.
Reviewed by Cursor Bugbot for commit 3cf8f3c. Bugbot is set up for automated code reviews on this repo. Configure here.
💡 Tip: Enable Workflows to automatically generate PRs for you.
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
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
mint broken-linksreported 58 broken links across 36 localized (es/fr/zh) files pointing at/workflows*paths that no longer exist after the workflows → automations rename in #6227.Changes
](/workflows)→](/automations)](/workflows/index)→](/automations/index)href="/workflows"andhref="/workflows/index"→/automationsequivalents (in<Card>components)](/guides/use-workflows)→](/guides/use-automations)(zh/guides/index.mdx)es/,fr/, andzh/localesContext
The English docs were migrated from
/workflowsto/automationsin #6227, but the localized copies still pointed at the old paths. Body-text mentions of "workflows" / "flux de travail" / "工作流" were left untouched — only broken link targets were rewritten.Validation
mint broken-links→ no broken links foundmint validate→ only a pre-existingdocs.jsonwarning unrelated to this change (contextual.options[1]: 'download-spec')Note
Low Risk
Documentation-only link target updates with no product, auth, or runtime behavior changes.
Overview
Repairs broken internal links in Spanish, French, and Chinese docs that still pointed at
/workflowsafter the English docs moved that content to/automations.Link targets are updated across agent pages, AI-native overviews, changelogs, CLI/guides, and navigation tips—e.g.
](/workflows)→](/automations),](/workflows/index)→](/automations/index), and](/guides/use-workflows)→](/guides/use-automations)inzh/guides/index.mdx. Visible copy (workflows / flux de travail / 工作流) is unchanged; only URLs andhrefvalues are fixed.Reviewed by Cursor Bugbot for commit 3cf8f3c. Bugbot is set up for automated code reviews on this repo. Configure here.