Update README.md - dead links (#112)

This commit is contained in:
Andre Natal 2025-01-31 16:41:47 -08:00 committed by GitHub
parent 72401be3fb
commit 7ce9ad3594
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,8 +12,8 @@ Run the examples from the command line with:
### file_uploader.rs ### file_uploader.rs
* [Upload a file to MinIO](examples/file_uploader) * [Upload a file to MinIO](examples/file_uploader.rs)
* [Upload a file to MinIO with CLI](examples/put_object) * [Upload a file to MinIO with CLI](examples/put_object.rs)
### file_downloader.rs ### file_downloader.rs
@ -21,7 +21,7 @@ Run the examples from the command line with:
### object_prompt.rs ### object_prompt.rs
* [Prompt a file on MinIO](examples/object_prompt) * [Prompt a file on MinIO](examples/object_prompt.rs)
## License ## 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. 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.