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

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


The following commit(s) were added to refs/heads/main by this push:
     new d280e87c1 docs: Fix missing link for rust example (#2866)
d280e87c1 is described below

commit d280e87c19b295c5669694313fe33f1ef6e7906f
Author: Kousuke Saruta <[email protected]>
AuthorDate: Tue Aug 15 10:25:35 2023 +0900

    docs: Fix missing link for rust example (#2866)
    
    Fix missing link.
---
 core/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/README.md b/core/README.md
index 4e7f99b84..7a01449d5 100644
--- a/core/README.md
+++ b/core/README.md
@@ -150,7 +150,7 @@ async fn main() -> Result<()> {
 
 ## Examples
 
-The examples are available at [here](./examples/rust).
+The examples are available at [here](../examples/rust).
 
 ## Contributing
 

Reply via email to