From 2919ecb5601ee93172cbebc8785c06b4c49be551 Mon Sep 17 00:00:00 2001 From: Sultan Iman Date: Wed, 15 May 2024 16:48:48 +0200 Subject: [PATCH] Add links to sources and destinations --- docs/website/docs/walkthroughs/create-a-pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/walkthroughs/create-a-pipeline.md b/docs/website/docs/walkthroughs/create-a-pipeline.md index e8577b54ce..bcd6df0a5c 100644 --- a/docs/website/docs/walkthroughs/create-a-pipeline.md +++ b/docs/website/docs/walkthroughs/create-a-pipeline.md @@ -8,7 +8,7 @@ keywords: [how to, create a pipeline, rest client] This guide walks you through creating a pipeline that uses our [REST API Client](../general-usage/http/rest-client) to connect to [DuckDB](../dlt-ecosystem/destinations/duckdb). -Although this example uses DuckDB, you can adapt the steps to any source and destination by +Although this example uses DuckDB, you can adapt the steps to any [source](https://dlthub.com/docs/dlt-ecosystem/verified-sources/) and [destination]( https://dlthub.com/docs/dlt-ecosystem/destinations/) by using the [command](../reference/command-line-interface#dlt-init) `dlt init ` and tweaking the pipeline accordingly. Please make sure you have [installed `dlt`](../reference/installation) before following the