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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 71a523bcc chore: fixup README render and broken links (#6735)
71a523bcc is described below

commit 71a523bcc1d10cacdfaab7619927e9c80d25431f
Author: tison <[email protected]>
AuthorDate: Fri Oct 24 10:08:28 2025 +0800

    chore: fixup README render and broken links (#6735)
---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index fde61eb4d..a28588ed8 100644
--- a/README.md
+++ b/README.md
@@ -82,15 +82,15 @@ OpenDAL's development is guided by its vision of **One 
Layer, All Storage** and
 
 ## For *ANY* methods
 
-|| Name  | Description                                                        
| Release                   |
-|| ----- | ------------------------------------------------------------------ 
| ------------------------- |
-|| [oli] | Access data via Command Line (alternative to s3cmd, s3cli, azcopy) 
| [![oli image]][oli crate] |
-|| [ofs] | Access data via POSIX file system API (alternative to s3fs)        
| [![ofs image]][ofs crate] |
+| Name  | Description                                                        | 
Release                   |
+| ----- | ------------------------------------------------------------------ | 
------------------------- |
+| [oli] | Access data via Command Line (alternative to s3cmd, s3cli, azcopy) | 
[![oli image]][oli crate] |
+| [ofs] | Access data via POSIX file system API (alternative to s3fs)        | 
[![ofs image]][ofs crate] |
 
-[oli]: https://opendal.apache.org/docs/40-apps/oli
+[oli]: https://github.com/apache/opendal-oli
 [oli image]: https://img.shields.io/crates/v/oli.svg
 [oli crate]: https://crates.io/crates/oli
-[ofs]: https://opendal.apache.org/docs/40-apps/ofs
+[ofs]: https://github.com/apache/opendal-ofs
 [ofs image]: https://img.shields.io/crates/v/ofs.svg
 [ofs crate]: https://crates.io/crates/ofs
 

Reply via email to