From 930659d1d7d4a77a25ccf6bc6d7c954f3bcdc7a2 Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Mon, 4 Dec 2017 21:38:10 -0800 Subject: [PATCH] Fix some formatting issues in new documentation --- docs/usage/limitations.md | 2 +- docs/usage/version-detection.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usage/limitations.md b/docs/usage/limitations.md index 03cf1f4f..f618deeb 100644 --- a/docs/usage/limitations.md +++ b/docs/usage/limitations.md @@ -35,4 +35,4 @@ Forbidden headers include: The biggest impact of this is that OpenAPI 3.0 Cookie parameters cannot be controlled when running Swagger-UI in a browser. -_For more context, see [#3956](https://github.com/swagger-api/swagger-ui/issues/3956). +For more context, see [#3956](https://github.com/swagger-api/swagger-ui/issues/3956). diff --git a/docs/usage/version-detection.md b/docs/usage/version-detection.md index 8b480208..2ef2d471 100644 --- a/docs/usage/version-detection.md +++ b/docs/usage/version-detection.md @@ -9,7 +9,7 @@ To help you visually detect which version you're using, we've included supportin # Swagger-UI 3.X -![Swagger-UI 3](/images/swagger-ui3.png) +![Swagger-UI 3](/docs/images/swagger-ui3.png) Some distinct identifiers to Swagger-UI 3.X: - The API version appears as a badge next to its title. @@ -29,7 +29,7 @@ Note: This functionality was added in 3.0.8. If you're unable to execute it, you # Swagger-UI 2.X and under -![Swagger-UI 2](/images/swagger-ui2.png) +![Swagger-UI 2](/docs/images/swagger-ui2.png) Some distinct identifiers to Swagger-UI 3.X: - The API version appears at the bottom of the page.