Skip to content

Commit 71a523b

Browse files
authored
chore: fixup README render and broken links (#6735)
1 parent 2a5bf25 commit 71a523b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ OpenDAL's development is guided by its vision of **One Layer, All Storage** and
8282

8383
## For *ANY* methods
8484

85-
|| Name | Description | Release |
86-
|| ----- | ------------------------------------------------------------------ | ------------------------- |
87-
|| [oli] | Access data via Command Line (alternative to s3cmd, s3cli, azcopy) | [![oli image]][oli crate] |
88-
|| [ofs] | Access data via POSIX file system API (alternative to s3fs) | [![ofs image]][ofs crate] |
85+
| Name | Description | Release |
86+
| ----- | ------------------------------------------------------------------ | ------------------------- |
87+
| [oli] | Access data via Command Line (alternative to s3cmd, s3cli, azcopy) | [![oli image]][oli crate] |
88+
| [ofs] | Access data via POSIX file system API (alternative to s3fs) | [![ofs image]][ofs crate] |
8989

90-
[oli]: https://opendal.apache.org/docs/40-apps/oli
90+
[oli]: https://github.com/apache/opendal-oli
9191
[oli image]: https://img.shields.io/crates/v/oli.svg
9292
[oli crate]: https://crates.io/crates/oli
93-
[ofs]: https://opendal.apache.org/docs/40-apps/ofs
93+
[ofs]: https://github.com/apache/opendal-ofs
9494
[ofs image]: https://img.shields.io/crates/v/ofs.svg
9595
[ofs crate]: https://crates.io/crates/ofs
9696

0 commit comments

Comments
 (0)