From 3a0cc6c86e6d0c500d8f1f508ffde8152efb8c7e Mon Sep 17 00:00:00 2001 From: dorman <553555147@qq.com> Date: Mon, 27 Oct 2025 10:47:37 +0800 Subject: [PATCH] fix doc 404 (#21670) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a046eeebb..403801dd3 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ mc admin info local ``` See [Test using MinIO Client `mc`](#test-using-minio-client-mc) for more information on using the `mc` commandline tool. -For application developers, see to view MinIO SDKs for supported languages. +For application developers, see to view MinIO SDKs for supported languages. > [!NOTE] > Production environments using compiled-from-source MinIO binaries do so at their own risk. @@ -147,7 +147,7 @@ Follow the MinIO Client [Quickstart Guide](https://docs.min.io/community/minio-o - [The MinIO documentation website](https://docs.min.io/community/minio-object-store/index.html) - [MinIO Erasure Code Overview](https://docs.min.io/community/minio-object-store/operations/concepts/erasure-coding.html) - [Use `mc` with MinIO Server](https://docs.min.io/community/minio-object-store/reference/minio-mc.html) -- [Use `minio-go` SDK with MinIO Server](https://docs.min.io/community/minio-object-store/developers/go/minio-go.html) +- [Use `minio-go` SDK with MinIO Server](https://docs.min.io/enterprise/aistor-object-store/developers/sdk/go/) ## Contribute to MinIO Project