This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch tisonkun-patch-1 in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 42a41393e7dc16fb1a584a27dd2184b1ac0d13cc Author: tison <[email protected]> AuthorDate: Fri Oct 24 09:06:14 2025 +0800 chore: fixup README render and broken links --- 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
