Commit e06c06c
authored
fix: update broken Mage documentation links (#142)
## Summary
Fixes 3 broken links in the Mage page that were flagged by the automated
link checker.
## Changes
`Tools/Workflow Orchestrators/Mage.md`: Updated three `docs.mage.ai`
URLs that returned 404 after the Mage docs site restructured its paths:
| Old URL | New URL | Status |
|---------|---------|--------|
| `/dbt/overview` | `/guides/dbt/overview` | 200 |
| `/integrations/data-integrations` | `/data-integrations/overview` |
200 |
| `/guides/streaming-pipeline` |
`/guides/streaming/tutorials/streaming-pipeline` | 200 |
New URLs verified via `curl` and cross-referenced against the Mage docs
index.
Fixes #141
This contribution was developed with AI assistance (Claude Code).1 parent 9757728 commit e06c06c
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
147 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments