From 112bca906553a937ac67adc2e500bdeed96d067b Mon Sep 17 00:00:00 2001 From: Abner Chen Date: Fri, 8 Dec 2017 00:00:04 +0800 Subject: [PATCH] fix link --- docs/usage/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration.md b/docs/usage/configuration.md index 413f29e9f21..2f38c6eea07 100644 --- a/docs/usage/configuration.md +++ b/docs/usage/configuration.md @@ -47,7 +47,7 @@ Parameter Name | Description Parameter Name | Description --- | --- -`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. +`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. `displayOperationId` | `Boolean=false`. Controls the display of operationId in operations list. The default is `false`. `defaultModelExpandDepth` | `Number=1`. The default expansion depth for models. `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.)