From 3868130762f0dd7614f0407af4b9dbc1a6e328f9 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 22 Feb 2024 14:18:32 +1000 Subject: [PATCH] docs: fix links and spelling in Markdown (#4239) --- integrations/README.md | 4 ++-- integrations/dav-server/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.