Skip to content

Commit cc6aa19

Browse files
authored
Merge pull request #3004 from LENSHOOD/patch-1
Fix broken ref in distributed_lock_api
2 parents eac8e9f + 7d07eb9 commit cc6aa19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

daprdocs/content/en/reference/api/distributed_lock_api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ POST http://localhost:<daprPort>/v1.0-alpha1/lock/<storename>
2121
Parameter | Description
2222
--------- | -----------
2323
`daprPort` | The Dapr port
24-
`storename` | The `metadata.name` field component file. Refer to the [component schema] ({{< ref component-schema.md>}})
24+
`storename` | The `metadata.name` field component file. Refer to the [component schema]({{< ref component-schema.md >}})
2525

2626
#### Query Parameters
2727

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

100100
#### Query Parameters
101101

0 commit comments

Comments
 (0)