fix broken ref in distributed_lock_api

Signed-off-by: Lenshood <lenshood.zxh@gmail.com>
Signed-off-by: Mauricio Salatino <salaboy@salaboy.local>
This commit is contained in:
Lenshood 2022-12-14 11:40:15 +08:00 committed by Mauricio Salatino
parent 24417b1bca
commit 6411364a17
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ POST http://localhost:<daprPort>/v1.0-alpha1/lock/<storename>
Parameter | Description
--------- | -----------
`daprPort` | The Dapr port
`storename` | The `metadata.name` field component file. Refer to the [component schema] ({{< ref component-schema.md>}})
`storename` | The `metadata.name` field component file. Refer to the [component schema]({{< ref component-schema.md >}})
#### Query Parameters
@ -95,7 +95,7 @@ POST http://localhost:<daprPort>/v1.0-alpha1/unlock/<storename>
Parameter | Description
--------- | -----------
`daprPort` | The Dapr port
`storename` | The `metadata.name` field component file. Refer to the [component schema] ({{< ref component-schema.md>}})
`storename` | The `metadata.name` field component file. Refer to the [component schema]({{< ref component-schema.md >}})
#### Query Parameters