Skip to content

Commit ce96d4f

Browse files
authored
Merge pull request #87 from tuliang/patch-1
fix SwaggerUi Parameters url
2 parents 4654cc2 + 753e537 commit ce96d4f

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
@@ -68,15 +68,15 @@ GrapeSwaggerRails.options.headers['Special-Header'] = 'Some Secret Value'
6868
```
6969

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

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

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

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

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

0 commit comments

Comments
 (0)