Skip to content

Commit 753e537

Browse files
authored
fix SwaggerUi Parameters url
1 parent f5ad4bc commit 753e537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ GrapeSwaggerRails.options.headers['Special-Header'] = 'Some Secret Value'
6969
```
7070

7171
You can set docExpansion with "none" or "list" or "full", default is "none".
72-
See the official Swagger-UI documentation about [SwaggerUi Parameters](https://github.com/swagger-api/swagger-ui#parameters).
72+
See the official Swagger-UI documentation about [SwaggerUi Parameters](https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md#parameters).
7373

7474
```ruby
7575
GrapeSwaggerRails.options.doc_expansion = 'list'
7676
```
7777

7878
You can set supportedSubmitMethods with an array of the supported HTTP methods, default is `%w{ get post put delete patch }`.
7979

80-
See the official Swagger-UI documentation about [SwaggerUi Parameters](https://github.com/swagger-api/swagger-ui#parameters).
80+
See the official Swagger-UI documentation about [SwaggerUi Parameters](https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md#parameters).
8181

8282
```ruby
8383
GrapeSwaggerRails.options.supported_submit_methods = ["get"]

0 commit comments

Comments
 (0)