You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by xu...@apache.org on 2023/03/24 15:00:27 UTC

[incubator-opendal] 02/02: Update README

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

xuanwo pushed a commit to branch cleanup
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit 4049c4ab502000ab90fd3c1a7150ed1f43c4f773
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Fri Mar 24 23:00:00 2023 +0800

    Update README
    
    Signed-off-by: Xuanwo <gi...@xuanwo.io>
---
 README.md | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 1a6dd55e..56c61687 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,16 @@
 
 ## Components
 
-- [core](core): OpenDAL Rust Core
+- [core](core/README.md): OpenDAL Rust Core
   - Documentation: [stable](https://docs.rs/opendal/) | [main](https://opendal.apache.org/docs/rust/opendal/)
-- [binding-python](bindings/python): OpenDAL Python Binding
-  - Documentation: [main](https://opendal.apache.org/docs/python/)
-- [binding-nodejs](bindings/nodejs): OpenDAL Node.js Binding
+- [binding-c](bindings/c): OpenDAL C Binding (working on)
+- [binding-java](bindings/java): OpenDAL Java Binding (working on)
+- [binding-nodejs](bindings/nodejs/README.md): OpenDAL Node.js Binding
   - Documentation: [main](https://opendal.apache.org/docs/nodejs/)
-- binaries
+- [binding-python](bindings/python/README.md): OpenDAL Python Binding
+  - Documentation: [main](https://opendal.apache.org/docs/python/)
+- [binding-ruby](bindings/ruby): OpenDAL Ruby Binding (working on)
+- bin
   - [oli](bin/oli): OpenDAL Command Line Interface
 
 ## Quickstart