Skip to content

Commit 3d8f500

Browse files
authored
Merge pull request #4003 from houjunchen/doc
Fix link in configuration.md
2 parents 841b9ac + 112bca9 commit 3d8f500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Parameter Name | Description
4747

4848
Parameter Name | Description
4949
--- | ---
50-
`deepLinking` | `Boolean=false`. If set to `true`, enables deep linking for tags and operations. See the [Deep Linking documentation](https://github.com/swagger-api/swagger-ui/blob/master/docs/deep-linking.md) for more information.
50+
`deepLinking` | `Boolean=false`. If set to `true`, enables deep linking for tags and operations. See the [Deep Linking documentation](/docs/usage/deep-linking.md) for more information.
5151
`displayOperationId` | `Boolean=false`. Controls the display of operationId in operations list. The default is `false`.
5252
`defaultModelExpandDepth` | `Number=1`. The default expansion depth for models.
5353
`defaultModelRendering` | `String=["example"*, "model"]`. Controls how models are shown when the API is first rendered. (The user can always switch the rendering for a given model by clicking the 'Model' and 'Example Value' links.)

0 commit comments

Comments
 (0)