From b4951b8490a5965cb7954a74acce8566507999b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Tue, 12 Dec 2023 17:08:41 +0100 Subject: [PATCH] Fix broken links in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan Luis Cano Rodríguez --- kedro-datasets/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kedro-datasets/README.md b/kedro-datasets/README.md index daf9a7d1a..2b012d2ee 100644 --- a/kedro-datasets/README.md +++ b/kedro-datasets/README.md @@ -23,12 +23,12 @@ We support a range of data connectors, including CSV, Excel, Parquet, Feather, H These data connectors are supported with the APIs of `pandas`, `spark`, `networkx`, `matplotlib`, `yaml` and more. -[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. +[The Data Catalog](https://docs.kedro.org/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://docs.kedro.org/en/stable/kedro_datasets.html). +Here is a full list of [supported data connectors and APIs](https://docs.kedro.org/projects/kedro-datasets/en/kedro-datasets-2.0.0/api/kedro_datasets.html). ## How can I create my own `AbstractDataset` implementation? -Take a look at our [instructions on how to create your own `AbstractDataset` implementation](https://kedro.readthedocs.io/en/stable/extend_kedro/custom_datasets.html). +Take a look at our [instructions on how to create your own `AbstractDataset` implementation](https://docs.kedro.org/en/stable/data/how_to_create_a_custom_dataset.html). ## Can I contribute?