Skip to content

Commit b6b5af6

Browse files
committed
Merge pull request #20 from longshanksmo/fix/qiniutek
fix links to qiniutek.com. #2895
2 parents 8818445 + e877d17 commit b6b5af6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Docs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ SDK 在这里:[https://github.com/qiniu/csharp-sdk/tags](https://github.com/qi
3737

3838
要接入七牛云存储,您需要拥有一对有效的 Access Key 和 Secret Key 用来进行签名认证。可以通过如下步骤获得:
3939

40-
1. [开通七牛开发者帐号](https://dev.qiniutek.com/signup)
41-
2. [登录七牛开发者自助平台,查看 Access Key 和 Secret Key](https://dev.qiniutek.com/account/keys)
40+
1. [开通七牛开发者帐号](https://portal.qiniu.com/signup)
41+
2. [登录七牛开发者自助平台,查看 Access Key 和 Secret Key](https://portal.qiniu.com/setting/key)
4242

4343
在获取到 Access Key 和 Secret Key 之后,您可以在您的程序中调用如下两行代码进行初始化对接:
4444

@@ -69,7 +69,7 @@ UpToken 是由 AuthPolicy 以及 AccessKey 和 SecretKey 生成的。
6969
public string ReturnBody { get; set; }
7070
}
7171

72-
各字段的含义见[这里](http://docs.qiniutek.com/v3/api/io/#upload-token-algorithm)
72+
各字段的含义见[这里](http://docs.qiniu.com/api/put.html#uploadToken)
7373

7474
生成 UpToken 例子:
7575

@@ -93,7 +93,7 @@ DownloadToken 是由 DownloadPolicy 以及 AccessKey 和 SecretKey 生成的。
9393
public long Deadline { get; set; }
9494
}
9595

96-
各参数的含义见[这里](http://docs.qiniutek.com/v3/api/io/#private-download)
96+
各参数的含义见[这里](http://docs.qiniu.com/api/get.html#download-token)
9797

9898
生成 DownloadToken 例子:
9999

@@ -179,7 +179,7 @@ client 参数是能自动为请求在 HTTP Header 中添加 UpToken 的 Client
179179

180180
http://<绑定域名>/key
181181

182-
对于[私有资源](http://docs.qiniutek.com/v3/api/io/#private-download),需要 downloadToken,访问方式为:
182+
对于[私有资源](http://docs.qiniu.com/api/get.html#private-download),需要 downloadToken,访问方式为:
183183

184184
http://<绑定域名>/key?token=<downloadToken>
185185

@@ -302,7 +302,7 @@ client 参数是能自动为请求在 HTTP Header 中添加 UpToken 的 Client
302302
public string MakeSpecString()
303303
}
304304

305-
具体字段含义见[这里](http://docs.qiniutek.com/v3/api/foimg/#imageView)
305+
具体字段含义见[这里](http://docs.qiniu.com/api/image-process.html#imageView)
306306

307307
例子:
308308

@@ -331,7 +331,7 @@ client 参数是能自动为请求在 HTTP Header 中添加 UpToken 的 Client
331331
public string MakeSpecString()
332332
}
333333

334-
具体字段含义见[这里](http://docs.qiniutek.com/v3/api/foimg/#imageMogr)
334+
具体字段含义见[这里](http://docs.qiniu.com/api/image-process.html#imageMogr)
335335

336336
例子:
337337

0 commit comments

Comments
 (0)