From 1f256d564932b5104203e2df13e361b1275885cc Mon Sep 17 00:00:00 2001 From: Jonas <121523551+jonasfroeller@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:23:32 +0200 Subject: [PATCH] fix: README.md configuration reference urls --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 871f02f..5993cc0 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ Then go to `http://localhost:8080/swagger`. ## provider @default 'scalar' -Choose between [Scalar](https://swagger.io/specification/v2/) & [SwaggerUI](https://github.com/swagger-api/swagger-ui) +Choose between [Scalar](https://github.com/scalar/scalar) & [SwaggerUI](https://github.com/swagger-api/swagger-ui) ## scalar -Customize scalarConfig, refers to [Scalar config](https://github.com/scalar/scalar) +Customize scalarConfig, refers to [Scalar config](https://github.com/scalar/scalar/blob/main/documentation/configuration.md) ## swagger -Customize Swagger config, refers to [Swagger 3.0.3 config](https://swagger.io/specification/v3/) +Customize Swagger config, refers to [Swagger 3.0.3 config](https://swagger.io/specification/v3) ## path @default '/swagger'