From 8d13c3ac08c4f38d399b9b3a408ca1e61dfd040b Mon Sep 17 00:00:00 2001 From: JT McHorse Date: Thu, 16 Jul 2026 10:32:18 -0700 Subject: [PATCH] docs: fix broken links to project-management integration guides The three "Platform-Specific Setup Guides" links used relative `.md` paths, but the target files are `.mdx` and Mintlify serves them at extensionless routes, so the links 404. Switch to absolute, extensionless paths per the repo's DOC_STYLE_GUIDE. Co-Authored-By: Claude Opus 4.8 --- openhands/usage/cloud/project-management/overview.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openhands/usage/cloud/project-management/overview.mdx b/openhands/usage/cloud/project-management/overview.mdx index 54c84abfe..2681e876d 100644 --- a/openhands/usage/cloud/project-management/overview.mdx +++ b/openhands/usage/cloud/project-management/overview.mdx @@ -18,9 +18,9 @@ Integration requires two levels of setup: 2. **Workspace Integration** - Self-service configuration through the OpenHands Cloud UI to link your OpenHands account to the target workspace ### Platform-Specific Setup Guides: -- [Jira Cloud Integration (Coming soon...)](./jira-integration.md) -- [Jira Data Center Integration (Coming soon...)](./jira-dc-integration.md) -- [Linear Integration (Coming soon...)](./linear-integration.md) +- [Jira Cloud Integration (Coming soon...)](/openhands/usage/cloud/project-management/jira-integration) +- [Jira Data Center Integration (Coming soon...)](/openhands/usage/cloud/project-management/jira-dc-integration) +- [Linear Integration (Coming soon...)](/openhands/usage/cloud/project-management/linear-integration) ## Usage