From 782da1ea0b0127e00a14207761f5ecbe9c74085e Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Mon, 14 Aug 2023 13:54:20 +0100 Subject: [PATCH] fix broken link to datasets docs Signed-off-by: Jo Stichbury --- kedro-datasets/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kedro-datasets/README.md b/kedro-datasets/README.md index 2a4e271d5..daf3ffe4b 100644 --- a/kedro-datasets/README.md +++ b/kedro-datasets/README.md @@ -27,7 +27,7 @@ These data connectors are supported with the APIs of `pandas`, `spark`, `network [The Data Catalog](https://kedro.readthedocs.io/en/stable/data/data_catalog.html) allows you to work with a range of file formats on local file systems, network file systems, cloud object stores, and Hadoop. -Here is a full list of [supported data connectors and APIs](https://kedro.readthedocs.io/en/stable/kedro.datasets.html). +Here is a full list of [supported data connectors and APIs](https://docs.kedro.org/en/stable/kedro_datasets.html). ## How can I create my own `AbstractDataSet` implementation?