Skip to content

Commit

Permalink
Merge pull request #2 from chengww5217/android
Browse files Browse the repository at this point in the history
Update links in markdown docs
  • Loading branch information
chengww authored Mar 6, 2019
2 parents 4637f1a + 43a0259 commit 3abc661
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- 新增专为安卓设计的 Downloader 和 Uploader 管理器。
- 新增方法 QingstorHelper#handleResponse() 来处理 callback 中的回应。

您可以在这里看到包含完整包结构的 SDK 文档: [github pages](https://qingstor-sdk-android.chengww.com).
您可以在这里看到包含完整包结构的 SDK 文档: [github pages](https://chengww5217.github.io/qingstor-sdk-android/).

## 开始使用

Expand Down Expand Up @@ -103,7 +103,7 @@ bucket.getObjectAsync("objectName", null, new ResponseCallBack<Bucket.GetObjectO
}
});
```
你应该新建一个线程,使用同步的方法来获取。或者[使用安卓 SDK 中的 Downloader/Uploader](./docs-md/download_uploader-zh_CN.md)
你应该新建一个线程,使用同步的方法来获取。或者[使用安卓 SDK 中的 Downloader/Uploader](./docs-md/downloader_uploader-zh_CN.md)

查看更多示例信息,请参考 [demo](./demo/README-zh_CN.md)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ There are some differences between qingstor-sdk-android and qingstor-sdk-java:
- Add Downloader and Uploader management for Android.
- Add the method QingstorHelper#handleResponse() to handle the response of the callback.

You can see documents containing the complete package structure here: [github pages](https://qingstor-sdk-android.chengww.com).
You can see documents containing the complete package structure here: [github pages](https://chengww5217.github.io/qingstor-sdk-android/).


## Getting Started
Expand Down Expand Up @@ -104,7 +104,7 @@ bucket.getObjectAsync("objectName", null, new ResponseCallBack<Bucket.GetObjectO
}
});
```
You should new a thread to get the object use a synchronous method or [use the Downloader/Uploader in the android SDK](./docs-md/download_uploader.md).
You should new a thread to get the object use a synchronous method or [use the Downloader/Uploader in the android SDK](./docs-md/downloader_uploader.md).

See the [demo](./demo/README.md) for more sample information.

Expand Down
2 changes: 1 addition & 1 deletion demo/README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

该项目仅为简单体验,并没有覆盖所有 API。点击下载 APK 体验:

- [Github 分流](./release/demo-release.apk)
- [Github 分流](./release/demo-release.apk?raw=true)
- [中国下载地址](https://js-cdn.pek3b.qingstor.com/qingstor-sdk-android/demo-release.apk)

主要使用了以下 API:
Expand Down
2 changes: 1 addition & 1 deletion demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The project is a simple experience and does not cover all APIs.

Click to download the APK file:

- [Github download address](./release/demo-release.apk)
- [Github download address](./release/demo-release.apk?raw=true)
- [Download address for China](https://js-cdn.pek3b.qingstor.com/qingstor-sdk-android/demo-release.apk)

The following APIs are mainly used:
Expand Down
File renamed without changes.

0 comments on commit 3abc661

Please sign in to comment.