docs_auto_fix_links
Scan a directory for broken markdown links caused by moved files, then update and rewrite them to correct paths. Use dry run to preview changes before applying.
Instructions
Automatically updates and rewrites broken markdown links when target files have moved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, previews updates without writing files (default: true) | |
| targetDir | No | Directory to scan and fix (defaults to cwd) |