Skip to content

Commit d5f8713

Browse files
authored
Merge pull request #152 from suaskot/fix-readme-urls
fix: README.md configuration reference urls
2 parents 4c88e86 + 1f256d5 commit d5f8713

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ Then go to `http://localhost:8080/swagger`.
4949

5050
## provider
5151
@default 'scalar'
52-
Choose between [Scalar](https://swagger.io/specification/v2/) & [SwaggerUI](https://github.com/swagger-api/swagger-ui)
52+
Choose between [Scalar](https://github.com/scalar/scalar) & [SwaggerUI](https://github.com/swagger-api/swagger-ui)
5353

5454
## scalar
55-
Customize scalarConfig, refers to [Scalar config](https://github.com/scalar/scalar)
55+
Customize scalarConfig, refers to [Scalar config](https://github.com/scalar/scalar/blob/main/documentation/configuration.md)
5656

5757
## swagger
58-
Customize Swagger config, refers to [Swagger 3.0.3 config](https://swagger.io/specification/v3/)
58+
Customize Swagger config, refers to [Swagger 3.0.3 config](https://swagger.io/specification/v3)
5959

6060
## path
6161
@default '/swagger'

0 commit comments

Comments
 (0)