From 7cabd4b90d2f8af7a87e89b362abb2abf519581d Mon Sep 17 00:00:00 2001 From: bwjohnson-ss <41123899+bwjohnson-ss@users.noreply.github.com> Date: Mon, 9 Dec 2019 22:03:46 -0800 Subject: [PATCH] docs: fix link to x-nullable docs from README (#1135) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69d24572..7f629fcc 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ ReDoc makes use of the following [vendor extensions](https://swagger.io/specific * [`x-traitTag`](docs/redoc-vendor-extensions.md#x-traitTag) - useful for handling out common things like Pagination, Rate-Limits, etc * [`x-code-samples`](docs/redoc-vendor-extensions.md#x-code-samples) - specify operation code samples * [`x-examples`](docs/redoc-vendor-extensions.md#x-examples) - specify JSON example for requests -* [`x-nullable`](docs/redoc-vendor-extensions.md#nullable) - mark schema param as a nullable +* [`x-nullable`](docs/redoc-vendor-extensions.md#x-nullable) - mark schema param as a nullable * [`x-displayName`](docs/redoc-vendor-extensions.md#x-displayname) - specify human-friendly names for the menu categories * [`x-tagGroups`](docs/redoc-vendor-extensions.md#x-tagGroups) - group tags by categories in the side menu * [`x-servers`](docs/redoc-vendor-extensions.md#x-servers) - ability to specify different servers for API (backported from OpenAPI 3.0)