Skip to content

Commit

Permalink
try to fix link on intro again
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jul 29, 2024
1 parent f09afcf commit 17ee80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ from various and often messy data sources into well-structured, live datasets. T
pip install dlt
```
:::tip
We recommend using a clean virtual environment for your experiments! Here are [detailed instructions](./reference/installation).
We recommend using a clean virtual environment for your experiments! Here are [detailed instructions](/reference/installation).
:::

Unlike other solutions, with dlt, there's no need to use any backends or containers. Simply import `dlt` in a Python file or a Jupyter Notebook cell, and create a pipeline to load data into any of the [supported destinations](dlt-ecosystem/destinations/). You can load data from any source that produces Python data structures, including APIs, files, databases, and more. `dlt` also supports building a [custom destination](dlt-ecosystem/destinations/destination.md), which you can use as reverse ETL.
Expand Down

0 comments on commit 17ee80b

Please sign in to comment.