From fbb1ed24fd3fbc8e24001338ff2050156b68d171 Mon Sep 17 00:00:00 2001 From: Bruce Ritchie Date: Sat, 10 Feb 2024 20:29:13 -0500 Subject: [PATCH] Examples link in catalogs.rs leads to a 404 #9193 --- docs/source/library-user-guide/catalogs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/library-user-guide/catalogs.md b/docs/source/library-user-guide/catalogs.md index d30e26f1964a..06cd2765d161 100644 --- a/docs/source/library-user-guide/catalogs.md +++ b/docs/source/library-user-guide/catalogs.md @@ -19,7 +19,7 @@ # Catalogs, Schemas, and Tables -This section describes how to create and manage catalogs, schemas, and tables in DataFusion. For those wanting to dive into the code quickly please see the [example](https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/catalog.rs). +This section describes how to create and manage catalogs, schemas, and tables in DataFusion. For those wanting to dive into the code quickly please see the [example](https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/external_dependency/catalog.rs). ## General Concepts