Skip to content

Commit 03f2767

Browse files
authored
Corrected openapi v3 URL
1 parent e51a539 commit 03f2767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import io.swagger.v3.oas.models.OpenAPI;
2424
// read a swagger description from the petstore
2525

2626

27-
OpenAPI openAPI = new OpenAPIV3Parser().read("http://petstore.swagger.io/v3/openapi.json");
27+
OpenAPI openAPI = new OpenAPIV3Parser().read("https://petstore3.swagger.io/api/v3/openapi.json");
2828

2929
```
3030

0 commit comments

Comments
 (0)