Fix links not rendering properly (#6049)
This commit is contained in:
parent
35cca3f0f4
commit
198ebadc6d
1 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@ title: Aliyun OSS storage driver
|
||||||
---
|
---
|
||||||
|
|
||||||
An implementation of the `storagedriver.StorageDriver` interface which uses
|
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
|
## Parameters
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ An implementation of the `storagedriver.StorageDriver` interface which uses
|
||||||
<td>
|
<td>
|
||||||
yes
|
yes
|
||||||
</td>
|
</td>
|
||||||
<td> The name of the OSS region in which you would like to store objects (for example <code>oss-cn-beijing</code>). 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).
|
<td> The name of the OSS region in which you would like to store objects (for example <code>oss-cn-beijing</code>). For a list of regions, you can look at <a href="https://www.alibabacloud.com/help/doc-detail/31837.htm">the official documentation</a>.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -68,7 +68,8 @@ An implementation of the `storagedriver.StorageDriver` interface which uses
|
||||||
<td>
|
<td>
|
||||||
no
|
no
|
||||||
</td>
|
</td>
|
||||||
<td> 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).
|
<td> An internal endpoint or the public endpoint for OSS access. The default is false.
|
||||||
|
For a list of regions, you can look at <a href="https://www.alibabacloud.com/help/doc-detail/31837.htm">the official documentation</a>.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue