Skip to content

Commit e2e6465

Browse files
author
Christian Helle
committed
1 parent 186a085 commit e2e6465

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ USAGE:
2121
2222
EXAMPLES:
2323
httpgenerator ./openapi.json
24-
httpgenerator https://petstore3.swagger.io/api/v3/openapi.yaml
24+
httpgenerator https://petstore.swagger.io/v2/swagger.json
2525
httpgenerator ./openapi.json --output ./
2626
2727
ARGUMENTS:

src/HttpGenerator/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ private static int Main(string[] args)
2828
.AddExample("./openapi.json");
2929

3030
configuration
31-
.AddExample("https://petstore3.swagger.io/api/v3/openapi.yaml");
31+
.AddExample("https://petstore.swagger.io/v2/swagger.json");
3232

3333
configuration
3434
.AddExample(

src/HttpGenerator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ USAGE:
2121
2222
EXAMPLES:
2323
httpgenerator ./openapi.json
24-
httpgenerator https://petstore3.swagger.io/api/v3/openapi.yaml
24+
httpgenerator https://petstore.swagger.io/v2/swagger.json
2525
httpgenerator ./openapi.json --output ./
2626
2727
ARGUMENTS:

0 commit comments

Comments
 (0)