From 1c42034ac3610a6fd75ba83ea46c13c5829389bd Mon Sep 17 00:00:00 2001 From: adrianbr Date: Thu, 7 Sep 2023 16:43:21 +0200 Subject: [PATCH] fix link in mongo article --- docs/website/blog/2023-09-05-mongo-etl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/blog/2023-09-05-mongo-etl.md b/docs/website/blog/2023-09-05-mongo-etl.md index 9cd9ca6a01..5fe0f0fd41 100644 --- a/docs/website/blog/2023-09-05-mongo-etl.md +++ b/docs/website/blog/2023-09-05-mongo-etl.md @@ -194,7 +194,7 @@ Here's a code explanation of how it works under the hood: `child._dlt_parent_id = parent._dlt_id`. Read more about it here: -[Mongo verified source.](https://dlthub.com/docs/dlt-ecosystem/verified-sources/mongodb.md) +[Mongo verified source.](https://dlthub.com/docs/dlt-ecosystem/verified-sources/mongodb) What are you waiting for?