Skip to content

Commit 1f2791a

Browse files
authored
Fix invalid URL (#828)
Signed-off-by: Thomas Farr <[email protected]>
1 parent 89cd8f3 commit 1f2791a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/namespaces/cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ components:
13571357
style: form
13581358
cluster.state::query.cluster_manager_timeout:
13591359
name: cluster_manager_timeout
1360-
description: The amount of time to wait for a response from the cluster manager node. For more information about supported time units, see [Common parameters]({https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units).
1360+
description: The amount of time to wait for a response from the cluster manager node. For more information about supported time units, see [Common parameters](https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units).
13611361
in: query
13621362
schema:
13631363
$ref: '../schemas/_common.yaml#/components/schemas/Duration'

0 commit comments

Comments
 (0)