Skip to content

Commit 0d6b795

Browse files
committed
add docs link to README
1 parent 036242e commit 0d6b795

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
44
[![Build Status](https://travis-ci.org/qiniu/java-sdk.svg)](https://travis-ci.org/qiniu/java-sdk)
55
[![GitHub release](https://img.shields.io/github/v/tag/qiniu/java-sdk.svg?label=release)](https://github.com/qiniu/java-sdk/releases)
6+
[![Docs](https://img.shields.io/github/v/tag/qiniu/java-sdk.svg?label=docs&color=yellow)](https://qiniu.github.io/java-sdk/)
67
[![Coverage Status](https://codecov.io/gh/qiniu/java-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/qiniu/java-sdk)
78
[![Latest Stable Version](https://img.shields.io/maven-central/v/com.qiniu/qiniu-java-sdk.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.qiniu%22%20AND%20a%3A%22qiniu-java-sdk%22)
89
## 安装
@@ -43,7 +44,7 @@ Auth auth = Auth.create(accessKey, secretKey);
4344
String token = auth.uploadToken(bucketName);
4445
String key = "file save key";
4546
Response r = uploadManager.put("hello world".getBytes(), key, token);
46-
47+
4748
// 分片上传 v2
4849
import com.qiniu.storage.UploadManager;
4950
import com.qiniu.util.Auth;

0 commit comments

Comments
 (0)