From f75a471d98b4ff665f662413ca94277f435443d5 Mon Sep 17 00:00:00 2001 From: hf-kklein Date: Mon, 11 Jan 2021 10:44:41 +0100 Subject: [PATCH] Fix Links to swagger-ui/swagger-api Documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5a042e..06d4c74 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ app.run() ## Configuration The blueprint supports overloading all Swagger UI configuration options that can be JSON serialized. -See https://github.com/swagger-api/swagger-ui#parameters for options. +See https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md#parameters for options. Plugins and function parameters are not supported at this time. -OAuth2 parameters can be found at https://github.com/swagger-api/swagger-ui#oauth2-configuration . +OAuth2 parameters can be found at https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/oauth2.md.