From 5cfc0b447999077ac1fbcf3fab7d511f7d338dd4 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Sun, 17 Jul 2016 19:02:27 +0300 Subject: [PATCH] Fix internal links inside docs. --- docs/redoc-vendor-extensions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/redoc-vendor-extensions.md b/docs/redoc-vendor-extensions.md index ab5d54ec..939507d0 100644 --- a/docs/redoc-vendor-extensions.md +++ b/docs/redoc-vendor-extensions.md @@ -1,9 +1,9 @@ # ReDoc vendor extensions ReDoc makes use of the following [vendor extensions](http://swagger.io/specification/#vendorExtensions) -### [Info Object](http://swagger.io/specification/#infoObject) vendor extensions +### [Info Object](http://swagger.io/specification/#infoObject) vendor extensions -#### x-logo +#### x-logo | Field Name | Type | Description | | :------------- | :-----------: | :---------- | @@ -49,7 +49,7 @@ info: ### [Tag object](http://swagger.io/specification/#tagObject) vendor extensions -#### x-traitTag +#### x-traitTag | Field Name | Type | Description | | :------------- | :------: | :---------- | | x-traitTag | boolean | In Swagger two operations can have multiply tags. This property distinguish between tags that are used to group operations (default) from tags that are used to mark operation with certain trait (`true` value) | @@ -76,7 +76,7 @@ x-traitTag: true ### [Operation Object](http://swagger.io/specification/#operationObject) vendor extensions -#### x-code-samples +#### x-code-samples | Field Name | Type | Description | | :------------- | :------: | :---------- | | x-code-samples | [ [Code Sample Object](#codeSampleObject) ] | A list of code samples associated with operation |