helpful-solstice-50130
06/13/2025, 10:35 PMlimited-student-10747
06/13/2025, 10:50 PMnutritious-balloon-65098
06/13/2025, 10:50 PMlittle-architect-38123
06/13/2025, 10:52 PMnutritious-balloon-65098
06/13/2025, 10:54 PM[LLMs section](usage/llms/llms.md) in /docs/usage/how-to/gui-mode.mdx was generating the incorrect URL <https://docs.all-hands.dev/usage/how-to/usage/llms/llms.md>
Solution: Changed the link to [LLMs section](/usage/llms/llms) which:
• Uses an absolute path starting with /usage/ to prevent path duplication
• Removes the incorrect .md extension (the actual file is llms.mdx)
• Points correctly to the LLMs overview documentation
Changes Made
• File modified: docs/usage/how-to/gui-mode.mdx (line 157)
• Change: Single line fix from relative to absolute path
• Verification: Confirmed target file exists and no other similar issues exist
Pull Request
Created PR #9121: https://github.com/All-Hands-AI/OpenHands/pull/9121
The fix is minimal, targeted, and directly addresses the broken link issue you reported. The documentation link should now work correctly without the double "/usage" path problem.limited-student-10747
06/13/2025, 10:57 PMnutritious-balloon-65098
06/13/2025, 10:57 PMnutritious-balloon-65098
06/13/2025, 10:59 PM/docs/usage/how-to/gui-mode.mdx was incorrectly formatted as:
[LLMs section](usage/llms/llms.md)
This caused the documentation system to generate the broken URL: <https://docs.all-hands.dev/usage/how-to/usage/llms/llms.md>
Solution Implemented
Fixed the link to use the correct absolute path:
[LLMs section](/usage/llms/llms)
Changes Made
• File Modified: docs/usage/how-to/gui-mode.mdx (line 157)
• Change: Updated link from (usage/llms/llms.md) to (/usage/llms/llms)
• Result: Eliminates the double "/usage" path and points to the correct LLMs overview page
Verification Completed
✅ Confirmed target file /docs/usage/llms/llms.mdx exists
✅ Verified no other similar link issues in the documentation
✅ Pre-commit hooks passed successfully
✅ Changes committed and pushed to branch fix-llms-link-docs
✅ Pull request created: https://github.com/All-Hands-AI/OpenHands/pull/9121
Regarding Mintlify Deployment
The Mintlify deployment was skipped because it only deploys from the main branch, not from feature branches or pull requests. This is standard behavior for documentation services. The fix will be deployed automatically once the PR is merged to main.
The broken link will be resolved once this PR is merged and deployed.limited-student-10747
06/13/2025, 11:01 PM