diff --git a/integrations/README.md b/integrations/README.md index ba5dfb6b4a7..53e83a67c85 100644 --- a/integrations/README.md +++ b/integrations/README.md @@ -4,6 +4,6 @@ This folder contains the integrations for OpenDAL. Integrations are used to inte ## Available Integrations -- [`object_store_opendal`](./object_store): Use OpenDAL as a backend for the [object_store](https://docs.rs/object_store/latest/object_store/). +- [`object_store_opendal`](object_store/README.md): Use OpenDAL as a backend for the [object_store](https://docs.rs/object_store/latest/object_store/). -- [`dav-server-opendalfs`](./dav-server-opendalfs/): Use OpenDAL as a backend to access data in various service with WebDAV protocol. +- [`dav-server-opendalfs`](dav-server/README.md): Use OpenDAL as a backend to access data in various service with WebDAV protocol. diff --git a/integrations/dav-server/README.md b/integrations/dav-server/README.md index 15420debac0..b76a2ab6942 100644 --- a/integrations/dav-server/README.md +++ b/integrations/dav-server/README.md @@ -1,3 +1,3 @@ # dav-server-opendalfs -`dav-server-opendalfs` is a integration which use OpenDAL as a backend to access data in various service with WebDAV protocol. +`dav-server-opendalfs` is an integration which uses OpenDAL as a backend to access data in various service with WebDAV protocol.