Skip to content

Commit 8b28e52

Browse files
committed
Fix documentation build warnings - remove notebook relative links
1 parent 4ec4761 commit 8b28e52

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

mkdocs/docs/migration-guide.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,16 +349,15 @@ def convert_type(value):
349349

350350
### External Tools
351351

352-
- **DuckDB**: High-performance analytics on Iceberg data
353352
- **Spark**: Distributed processing with Iceberg
354353
- **Trino**: SQL query engine with Iceberg support
355354
- **Pandas**: Data analysis with Iceberg integration
356355

357356
### Example Notebooks
358357

359-
- [CSV Migration Example](../notebooks/csv_migration_example.ipynb)
360-
- [DuckDB Integration](../notebooks/duckdb_integration_example.ipynb)
361-
- [Time Travel Queries](../notebooks/time_travel_example.ipynb)
358+
Example notebooks are available in the `notebooks/` directory of the repository:
359+
- `csv_migration_example.ipynb` - CSV to Iceberg migration
360+
- `time_travel_example.ipynb` - Time travel queries and snapshot management
362361

363362
## Getting Help
364363

0 commit comments

Comments
 (0)