Skip to content

Commit ba3ae46

Browse files
committed
docs: updates pet store description location
Signed-off-by: Vincent Biret <[email protected]>
1 parent fa2343a commit ba3ae46

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
@@ -79,7 +79,7 @@ var document = new OpenApiDocument
7979
Reading and writing an OpenAPI description
8080

8181
```C#
82-
var (openApiDocument, _) = await OpenApiDocument.LoadAsync("https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.yaml");
82+
var (openApiDocument, _) = await OpenApiDocument.LoadAsync("https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/_archive_/schemas/v3.0/pass/petstore.yaml");
8383

8484
// Write V2 as JSON
8585
var outputString = await openApiDocument.SerializeAsJsonAsync(OpenApiSpecVersion.OpenApi2_0);

0 commit comments

Comments
 (0)