diff --git a/docs/storage-drivers/oss.md b/docs/storage-drivers/oss.md index 8814429bc..025e5fc72 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](https://intl.aliyun.com/product/oss) for object storage. +[Aliyun OSS](https://www.alibabacloud.com/product/oss) for object storage. ## Parameters @@ -47,7 +47,7 @@ An implementation of the `storagedriver.StorageDriver` interface which uses 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 [https://docs.aliyun.com/#/oss/product-documentation/domain-region](https://docs.aliyun.com/#/oss/product-documentation/domain-region). + 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 official documentation. @@ -68,7 +68,8 @@ An implementation of the `storagedriver.StorageDriver` interface which uses no - 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). + An internal endpoint or the public endpoint for OSS access. The default is false. + For a list of regions, you can look at the official documentation.