Skip to content

Commit e06c06c

Browse files
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

File tree

  • Tools/Workflow Orchestrators

Tools/Workflow Orchestrators/Mage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ These outputs can be previewed and analyzed via Mage's GUI. This reduces frictio
142142
| 🎶 | [Orchestration](https://docs.mage.ai/design/data-pipeline-management) | Schedule and manage data pipelines with observability. |
143143
| --- | ---------------------------------------------------------------- | ---------------------------------------------------------------------- |
144144
| 📓 | [Notebook](https://docs.mage.ai/about/features#notebook-for-building-data-pipelines) | Interactive Python, SQL, & R editor for coding data pipelines. |
145-
| 🏗️ | [Data integrations](https://docs.mage.ai/integrations/data-integrations) | Synchronize data from 3rd party sources to your internal destinations. |
146-
| 🚰 | [Streaming pipelines](https://docs.mage.ai/guides/streaming-pipeline) | Ingest and transform real-time data. |
147-
|| [DBT](https://docs.mage.ai/dbt/overview) | Build, run, and manage your dbt models with Mage. |
145+
| 🏗️ | [Data integrations](https://docs.mage.ai/data-integrations/overview) | Synchronize data from 3rd party sources to your internal destinations. |
146+
| 🚰 | [Streaming pipelines](https://docs.mage.ai/guides/streaming/tutorials/streaming-pipeline) | Ingest and transform real-time data. |
147+
|| [DBT](https://docs.mage.ai/guides/dbt/overview) | Build, run, and manage your dbt models with Mage. |
148148

149149
## 🏔️ [Core design principles](https://docs.mage.ai/design/core-design-principles)
150150

0 commit comments

Comments
 (0)