Skip to content

Commit c58e69d

Browse files
authored
chore: Remove typo in README (#509)
* chore: Remove typo in README Signed-off-by: Xuanwo <github@xuanwo.io> * Fix link Signed-off-by: Xuanwo <github@xuanwo.io> --------- Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 4df188b commit c58e69d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ The Apache Iceberg Rust project is composed of the following components:
3333
|------------------------|------------------------------------------------------------|---------------------------------------------------------------------------------------------------|
3434
| [iceberg] | [![iceberg image]][iceberg link] | [![docs release]][iceberg release docs] [![docs dev]][iceberg dev docs] |
3535
| [iceberg-datafusion] | - | [![docs dev]][iceberg-datafusion dev docs] |
36-
| [iceberg-datafusion] |
3736
| [iceberg-catalog-glue] | - | [![docs dev]][iceberg-catalog-glue dev docs] |
38-
| [iceberg-datafusion] |
3937
| [iceberg-catalog-hms] | [![iceberg-catalog-hms image]][iceberg-catalog-hms link] | [![docs release]][iceberg-catalog-hms release docs] [![docs dev]][iceberg-catalog-hms dev docs] |
4038
| [iceberg-catalog-rest] | [![iceberg-catalog-rest image]][iceberg-catalog-rest link] | [![docs release]][iceberg-catalog-rest release docs] [![docs dev]][iceberg-catalog-rest dev docs] |
4139

@@ -48,22 +46,22 @@ The Apache Iceberg Rust project is composed of the following components:
4846
[iceberg dev docs]: https://rust.iceberg.apache.org/api/iceberg/
4947

5048
[iceberg-datafusion]: crates/integrations/datafusion/README.md
51-
[iceberg-datafusion dev docs]: https://rust.iceberg.apache.org/api/iceberg-datafusion/
49+
[iceberg-datafusion dev docs]: https://rust.iceberg.apache.org/api/iceberg_datafusion/
5250

5351
[iceberg-catalog-glue]: crates/catalog/glue/README.md
54-
[iceberg-catalog-glue dev docs]: https://rust.iceberg.apache.org/api/iceberg-catalog-glue/
52+
[iceberg-catalog-glue dev docs]: https://rust.iceberg.apache.org/api/iceberg_catalog_glue/
5553

5654
[iceberg-catalog-hms]: crates/catalog/hms/README.md
5755
[iceberg-catalog-hms image]: https://img.shields.io/crates/v/iceberg-catalog-hms.svg
5856
[iceberg-catalog-hms link]: https://crates.io/crates/iceberg-catalog-hms
5957
[iceberg-catalog-hms release docs]: https://docs.rs/iceberg-catalog-hms
60-
[iceberg-catalog-hms dev docs]: https://rust.iceberg.apache.org/api/iceberg-catalog-hms/
58+
[iceberg-catalog-hms dev docs]: https://rust.iceberg.apache.org/api/iceberg_catalog_hms/
6159

6260
[iceberg-catalog-rest]: crates/catalog/rest/README.md
6361
[iceberg-catalog-rest image]: https://img.shields.io/crates/v/iceberg-catalog-rest.svg
6462
[iceberg-catalog-rest link]: https://crates.io/crates/iceberg-catalog-rest
6563
[iceberg-catalog-rest release docs]: https://docs.rs/iceberg-catalog-rest
66-
[iceberg-catalog-rest dev docs]: https://rust.iceberg.apache.org/api/iceberg-catalog-rest/
64+
[iceberg-catalog-rest dev docs]: https://rust.iceberg.apache.org/api/iceberg_catalog_rest/
6765

6866
## Supported Rust Version
6967

0 commit comments

Comments
 (0)