This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new bc72b2ee6b Docs: Fix link on Concepts page (#10718)
bc72b2ee6b is described below
commit bc72b2ee6b14e83eff6a49bc664c09259e5bb1c8
Author: gaborkaszab <[email protected]>
AuthorDate: Thu Jul 18 16:58:05 2024 +0200
Docs: Fix link on Concepts page (#10718)
---
site/docs/concepts/catalog.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/docs/concepts/catalog.md b/site/docs/concepts/catalog.md
index e83947e07f..ee0de3b938 100644
--- a/site/docs/concepts/catalog.md
+++ b/site/docs/concepts/catalog.md
@@ -26,7 +26,7 @@ You may think of Iceberg as a format for managing data in a
single table, but th
The first step when using an Iceberg client is almost always initializing and
configuring a catalog. The configured catalog is then used by compute engines
to execute catalog operations. Multiple types of compute engines using a shared
Iceberg catalog allows them to share a common data layer.
-A catalog is almost always configured through the processing engine which
passes along a set of properties during initialization. Different processing
engines have different ways to configure a catalog. When configuring a catalog,
it’s always best to refer to the [Iceberg
documentation](docs/latest/configuration.md#catalog-properties) as well as the
docs for the specific processing engine being used. Ultimately, these
configurations boil down to a common set of catalog properties that wi [...]
+A catalog is almost always configured through the processing engine which
passes along a set of properties during initialization. Different processing
engines have different ways to configure a catalog. When configuring a catalog,
it’s always best to refer to the [Iceberg
documentation](../docs/latest/configuration.md#catalog-properties) as well as
the docs for the specific processing engine being used. Ultimately, these
configurations boil down to a common set of catalog properties that [...]
## Catalog Implementations