Skip to content

Commit f1ecd1e

Browse files
authored
Update README.md
1 parent 03f2767 commit f1ecd1e

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
@@ -50,7 +50,7 @@ import io.swagger.v3.parser.core.models.AuthorizationValue;
5050
// or in a single constructor
5151
AuthorizationValue apiKey = new AuthorizationValue("api_key", "special-key", "header");
5252
OpenAPI openAPI = new OpenAPIV3Parser().readWithInfo(
53-
"http://petstore.swagger.io/v2/swagger.json",
53+
"https://petstore3.swagger.io/api/v3/openapi.json",
5454
Arrays.asList(mySpecialHeader, apiKey)
5555
);
5656
```

0 commit comments

Comments
 (0)