From 7ce9ad35943511a17539094e8364cb9303358140 Mon Sep 17 00:00:00 2001 From: Andre Natal Date: Fri, 31 Jan 2025 16:41:47 -0800 Subject: [PATCH] Update README.md - dead links (#112) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3eb3f0..5accd94 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Run the examples from the command line with: ### file_uploader.rs -* [Upload a file to MinIO](examples/file_uploader) -* [Upload a file to MinIO with CLI](examples/put_object) +* [Upload a file to MinIO](examples/file_uploader.rs) +* [Upload a file to MinIO with CLI](examples/put_object.rs) ### file_downloader.rs @@ -21,7 +21,7 @@ Run the examples from the command line with: ### object_prompt.rs -* [Prompt a file on MinIO](examples/object_prompt) +* [Prompt a file on MinIO](examples/object_prompt.rs) ## License This SDK is distributed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0), see [LICENSE](https://github.com/minio/minio-rs/blob/master/LICENSE) for more information.