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.