This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new c58e69d  chore: Remove typo in README (#509)
c58e69d is described below

commit c58e69deb7c8e62d463d4ed7fa9b0e2e84a2ff5b
Author: Xuanwo <[email protected]>
AuthorDate: Tue Jul 30 21:45:29 2024 +0800

    chore: Remove typo in README (#509)
    
    * chore: Remove typo in README
    
    Signed-off-by: Xuanwo <[email protected]>
    
    * Fix link
    
    Signed-off-by: Xuanwo <[email protected]>
    
    ---------
    
    Signed-off-by: Xuanwo <[email protected]>
---
 README.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 9995ee4..9736732 100644
--- a/README.md
+++ b/README.md
@@ -33,9 +33,7 @@ The Apache Iceberg Rust project is composed of the following 
components:
 
|------------------------|------------------------------------------------------------|---------------------------------------------------------------------------------------------------|
 | [iceberg]              | [![iceberg image]][iceberg link]                    
       | [![docs release]][iceberg release docs] [![docs dev]][iceberg dev 
docs]                           |
 | [iceberg-datafusion]   | -                                                   
       | [![docs dev]][iceberg-datafusion dev docs]                             
                           |
-| [iceberg-datafusion]                                                         
               |
 | [iceberg-catalog-glue] | -                                                   
       | [![docs dev]][iceberg-catalog-glue dev docs]                           
                           |
-| [iceberg-datafusion]                                                         
              |
 | [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]   |
 | [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] |
 
@@ -48,22 +46,22 @@ The Apache Iceberg Rust project is composed of the 
following components:
 [iceberg dev docs]: https://rust.iceberg.apache.org/api/iceberg/
 
 [iceberg-datafusion]: crates/integrations/datafusion/README.md
-[iceberg-datafusion dev docs]: 
https://rust.iceberg.apache.org/api/iceberg-datafusion/
+[iceberg-datafusion dev docs]: 
https://rust.iceberg.apache.org/api/iceberg_datafusion/
 
 [iceberg-catalog-glue]: crates/catalog/glue/README.md
-[iceberg-catalog-glue dev docs]: 
https://rust.iceberg.apache.org/api/iceberg-catalog-glue/
+[iceberg-catalog-glue dev docs]: 
https://rust.iceberg.apache.org/api/iceberg_catalog_glue/
 
 [iceberg-catalog-hms]: crates/catalog/hms/README.md
 [iceberg-catalog-hms image]: 
https://img.shields.io/crates/v/iceberg-catalog-hms.svg
 [iceberg-catalog-hms link]: https://crates.io/crates/iceberg-catalog-hms
 [iceberg-catalog-hms release docs]: https://docs.rs/iceberg-catalog-hms
-[iceberg-catalog-hms dev docs]: 
https://rust.iceberg.apache.org/api/iceberg-catalog-hms/
+[iceberg-catalog-hms dev docs]: 
https://rust.iceberg.apache.org/api/iceberg_catalog_hms/
 
 [iceberg-catalog-rest]: crates/catalog/rest/README.md
 [iceberg-catalog-rest image]: 
https://img.shields.io/crates/v/iceberg-catalog-rest.svg
 [iceberg-catalog-rest link]: https://crates.io/crates/iceberg-catalog-rest
 [iceberg-catalog-rest release docs]: https://docs.rs/iceberg-catalog-rest
-[iceberg-catalog-rest dev docs]: 
https://rust.iceberg.apache.org/api/iceberg-catalog-rest/
+[iceberg-catalog-rest dev docs]: 
https://rust.iceberg.apache.org/api/iceberg_catalog_rest/
 
 ## Supported Rust Version
 

Reply via email to