From 30a777d088e69c23131eabfdf9b6aabf88a4d1df Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Wed, 3 Apr 2019 13:00:16 +0530 Subject: [PATCH] remove go-music-player-app links from docs (#1094) --- README.md | 1 - README_zh_CN.md | 3 +-- docs/API.md | 5 ----- docs/zh_CN/API.md | 5 ----- 4 files changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index ad9d5e60b..36647fd56 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,6 @@ The full API Reference is available here. ## Explore Further * [Complete Documentation](https://docs.minio.io) * [Minio Go Client SDK API Reference](https://docs.minio.io/docs/golang-client-api-reference) -* [Go Music Player App Full Application Example](https://docs.minio.io/docs/go-music-player-app) ## Contribute [Contributors Guide](https://github.com/minio/minio-go/blob/master/CONTRIBUTING.md) diff --git a/README_zh_CN.md b/README_zh_CN.md index a5acf199e..62fecb63a 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -234,8 +234,7 @@ mc ls play/mymusic/ ## 了解更多 * [完整文档](https://docs.minio.io) -* [Minio Go Client SDK API文档](https://docs.minio.io/docs/golang-client-api-reference) -* [Go 音乐播放器完整示例](https://docs.minio.io/docs/go-music-player-app) +* [Minio Go Client SDK API文档](https://docs.minio.io/docs/golang-client-api-reference) ## 贡献 [贡献指南](https://github.com/minio/minio-go/blob/master/docs/zh_CN/CONTRIBUTING.md) diff --git a/docs/API.md b/docs/API.md index 577821673..a4c8d7d7b 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1623,8 +1623,3 @@ __Parameters__ | Param | Type | Description | |---|---|---| |`acceleratedEndpoint` | _string_ | Set to new S3 transfer acceleration endpoint.| - - -## 8. Explore Further - -- [Build your own Go Music Player App example](https://docs.minio.io/docs/go-music-player-app) diff --git a/docs/zh_CN/API.md b/docs/zh_CN/API.md index ca80586a4..dacdf4b44 100644 --- a/docs/zh_CN/API.md +++ b/docs/zh_CN/API.md @@ -1779,8 +1779,3 @@ __参数__ | 参数 | 类型 | 描述 | |---|---|---| |`acceleratedEndpoint` | _string_ | 设置新的S3传输加速endpoint。| - - -## 8. 了解更多 - -- [用Go语言创建属于你的音乐播放器APP示例](https://docs.minio.io/docs/go-music-player-app)