diff --git a/docs/storage-drivers/oss.md b/docs/storage-drivers/oss.md
index 2e49c803..0b30d63b 100644
--- a/docs/storage-drivers/oss.md
+++ b/docs/storage-drivers/oss.md
@@ -5,7 +5,7 @@ title: Aliyun OSS storage driver
---
An implementation of the `storagedriver.StorageDriver` interface which uses
-[Aliyun OSS](http://www.aliyun.com/product/oss) for object storage.
+[Aliyun OSS](https://intl.aliyun.com/product/oss) for object storage.
## Parameters
@@ -44,7 +44,7 @@ Your access key secret.
yes
|
- The name of the OSS region in which you would like to store objects (for example `oss-cn-beijing`). For a list of regions, you can look at
+ The name of the OSS region in which you would like to store objects (for example `oss-cn-beijing`). For a list of regions, you can look at [https://docs.aliyun.com/#/oss/product-documentation/domain-region](https://docs.aliyun.com/#/oss/product-documentation/domain-region).
|
@@ -65,7 +65,7 @@ An endpoint which defaults to `..aliyuncs.com` or `.
no
- An internal endpoint or the public endpoint for OSS access. The default is false. For a list of regions, you can look at
+ An internal endpoint or the public endpoint for OSS access. The default is false. For a list of regions, you can look at [https://docs.aliyun.com/#/oss/product-documentation/domain-region](https://docs.aliyun.com/#/oss/product-documentation/domain-region).
|
|
@@ -118,4 +118,4 @@ no
The root directory tree in which to store all registry files. Defaults to an empty string (bucket root).
|
-
\ No newline at end of file
+
|