From c189753e198e84859eecac82c03d7a84515a2d1a Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Tue, 21 Jan 2025 10:20:21 +0100 Subject: [PATCH] Fix broken link in ibis-backend.md --- docs/website/docs/general-usage/dataset-access/ibis-backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/general-usage/dataset-access/ibis-backend.md b/docs/website/docs/general-usage/dataset-access/ibis-backend.md index bc8487940e..6ee3ec6968 100644 --- a/docs/website/docs/general-usage/dataset-access/ibis-backend.md +++ b/docs/website/docs/general-usage/dataset-access/ibis-backend.md @@ -24,7 +24,7 @@ pip install ibis-framework[duckdb] ## Get an Ibis connection from your dataset -`dlt` datasets have a helper method to return an Ibis connection to the destination they live on. The returned object is a native Ibis connection to the destination, which you can use to read and even transform data. Please consult the [Ibis documentation](https://ibis-project.org/docs/backends/) to learn more about what you can do with Ibis. +`dlt` datasets have a helper method to return an Ibis connection to the destination they live on. The returned object is a native Ibis connection to the destination, which you can use to read and even transform data. Please consult the [Ibis documentation](https://ibis-project.org) to learn more about what you can do with Ibis. ```py # get the dataset from the pipeline