diff --git a/mkdocs/docs/api.md b/mkdocs/docs/api.md index ce41ec553e..b69788ce06 100644 --- a/mkdocs/docs/api.md +++ b/mkdocs/docs/api.md @@ -1496,7 +1496,7 @@ print(ray_dataset.take(2)) ### Daft -PyIceberg interfaces closely with Daft Dataframes (see also: [Daft integration with Iceberg](https://www.getdaft.io/projects/docs/en/latest/user_guide/integrations/iceberg.html)) which provides a full lazily optimized query engine interface on top of PyIceberg tables. +PyIceberg interfaces closely with Daft Dataframes (see also: [Daft integration with Iceberg](https://www.getdaft.io/projects/docs/en/stable/integrations/iceberg/)) which provides a full lazily optimized query engine interface on top of PyIceberg tables.