Skip to content

Fix broken links#2720

Open
mintlify[bot] wants to merge 5 commits into
mainfrom
mintlify/08176b8d
Open

Fix broken links#2720
mintlify[bot] wants to merge 5 commits into
mainfrom
mintlify/08176b8d

Conversation

@mintlify

@mintlify mintlify Bot commented Jul 3, 2026

Copy link
Copy Markdown

Summary

Fixes three broken internal documentation links in docs/usage/transforms.md — the only doc file changed in this run's triggering commit (b01251e — memory2 tf service).

Changes

  • /docs/usage/visualization.md/usage/visualization
  • /docs/usage/modules.md/usage/modules
  • /docs/usage/configuration.md/usage/configuration

These pointed to non-existent paths (Mintlify serves pages without the /docs/ prefix and without the .md extension). Confirmed against the working link style used elsewhere (e.g. usage/cli.md links to /usage/configuration).

Notes on remaining reports

mint broken-links still reports 6 remaining items in usage/transforms.md, all pre-existing and not introduced by this run:

  • assets/transforms_tree.svg, assets/transforms.png, assets/transforms_modules.svg — files exist at docs/usage/assets/ and render correctly. The relative assets/… pattern is used consistently by neighboring pages (e.g. usage/modules.md); flagged as false positives by the checker.
  • /dimos/msgs/geometry_msgs/Transform.py#L21, /dimos/core/module.py#L78, /dimos/protocol/tf/tf.py — source code references that live in the dimos/ Python package outside the docs repo. Established convention across the docs; correct replacement (if any) cannot be determined without a project-wide decision, so left unchanged.

No other pages link to usage/transforms.md, so no inbound links needed updating.

Context

Triggered by merge of #2707 to main, which modified docs/usage/transforms.md.

@mintlify

mintlify Bot commented Jul 3, 2026

Copy link
Copy Markdown
Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
dimensional 🟢 Ready View Preview Jul 3, 2026, 4:50 PM

@greptile-apps

greptile-apps Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR fixes internal documentation links for the Mintlify docs site.

  • Rewrites /docs/...md links to extensionless site routes.
  • Updates usage, platform, installation, and capability docs links.
  • Keeps the changes limited to Markdown navigation targets.

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed code.

Important Files Changed

Filename Overview
docs/usage/transforms.md Updates internal links to Mintlify-style extensionless routes.
docs/usage/transports/index.md Updates cross-page docs links to extensionless internal routes.
docs/platforms/quadruped/go2/index.md Updates platform docs navigation links to extensionless internal routes.

Reviews (3): Last reviewed commit: "fix: normalize new /docs/*.md links in o..." | Re-trigger Greptile

@codecov

codecov Bot commented Jul 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

@@            Coverage Diff             @@
##             main    #2720      +/-   ##
==========================================
- Coverage   72.55%   72.34%   -0.21%     
==========================================
  Files         902      902              
  Lines       81820    81820              
  Branches     7396     7396              
==========================================
- Hits        59364    59196     -168     
- Misses      20555    20642      +87     
- Partials     1901     1982      +81     
Flag Coverage Δ
OS-ubuntu-24.04-arm 64.54% <ø> (+<0.01%) ⬆️
OS-ubuntu-latest 67.18% <ø> (-0.01%) ⬇️
Py-3.10 67.17% <ø> (-0.02%) ⬇️
Py-3.11 67.18% <ø> (+<0.01%) ⬆️
Py-3.12 67.16% <ø> (-0.01%) ⬇️
Py-3.13 67.17% <ø> (-0.01%) ⬇️
Py-3.14 67.19% <ø> (+<0.01%) ⬆️
Py-3.14t 67.17% <ø> (-0.01%) ⬇️
SelfHosted-Large 30.19% <ø> (+0.07%) ⬆️
SelfHosted-Linux 38.04% <ø> (+0.01%) ⬆️
SelfHosted-macOS 36.37% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 20 files with indirect coverage changes

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants