@@ -17,7 +17,7 @@ export const PUT: updatePet = async ($) => {
1717exports [` end-to-end test generates the same code for pet store that it did on the last test run 2` ] = `
1818"types/paths/pet.types.ts:// This code was automatically generated from an OpenAPI description.
1919// Do not edit this file. Edit the OpenAPI file instead.
20- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
20+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
2121
2222import type { WideOperationArgument } from "../../counterfact-types/index.ts";
2323import type { OmitValueWhenNever } from "../../counterfact-types/index.ts";
@@ -171,7 +171,7 @@ export const GET: findPetsByStatus = async ($) => {
171171exports[`end-to-end test generates the same code for pet store that it did on the last test run 4`] = `
172172"types/paths/pet/findByStatus.types.ts:// This code was automatically generated from an OpenAPI description.
173173// Do not edit this file. Edit the OpenAPI file instead.
174- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
174+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
175175
176176import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
177177import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -258,7 +258,7 @@ export const GET: findPetsByTags = async ($) => {
258258exports[`end-to-end test generates the same code for pet store that it did on the last test run 6`] = `
259259"types/paths/pet/findByTags.types.ts:// This code was automatically generated from an OpenAPI description.
260260// Do not edit this file. Edit the OpenAPI file instead.
261- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
261+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
262262
263263import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
264264import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -355,7 +355,7 @@ export const DELETE: deletePet = async ($) => {
355355exports[`end-to-end test generates the same code for pet store that it did on the last test run 8`] = `
356356"types/paths/pet/{ petId } .types.ts:// This code was automatically generated from an OpenAPI description.
357357// Do not edit this file. Edit the OpenAPI file instead.
358- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
358+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
359359
360360import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
361361import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -538,7 +538,7 @@ export const POST: uploadFile = async ($) => {
538538exports[`end-to-end test generates the same code for pet store that it did on the last test run 10`] = `
539539"types/paths/pet/{ petId } /uploadImage.types.ts:// This code was automatically generated from an OpenAPI description.
540540// Do not edit this file. Edit the OpenAPI file instead.
541- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
541+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
542542
543543import type { WideOperationArgument } from "../../../../counterfact-types/index.ts";
544544import type { OmitValueWhenNever } from "../../../../counterfact-types/index.ts";
@@ -612,7 +612,7 @@ export const GET: getInventory = async ($) => {
612612exports[`end-to-end test generates the same code for pet store that it did on the last test run 12`] = `
613613"types/paths/store/inventory.types.ts:// This code was automatically generated from an OpenAPI description.
614614// Do not edit this file. Edit the OpenAPI file instead.
615- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
615+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
616616
617617import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
618618import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -674,7 +674,7 @@ export const POST: placeOrder = async ($) => {
674674exports[`end-to-end test generates the same code for pet store that it did on the last test run 14`] = `
675675"types/paths/store/order.types.ts:// This code was automatically generated from an OpenAPI description.
676676// Do not edit this file. Edit the OpenAPI file instead.
677- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
677+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
678678
679679import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
680680import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -751,7 +751,7 @@ export const DELETE: deleteOrder = async ($) => {
751751exports[`end-to-end test generates the same code for pet store that it did on the last test run 16`] = `
752752"types/paths/store/order/{ orderId } .types.ts:// This code was automatically generated from an OpenAPI description.
753753// Do not edit this file. Edit the OpenAPI file instead.
754- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
754+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
755755
756756import type { WideOperationArgument } from "../../../../counterfact-types/index.ts";
757757import type { OmitValueWhenNever } from "../../../../counterfact-types/index.ts";
@@ -896,7 +896,7 @@ export const POST: createUser = async ($) => {
896896exports[`end-to-end test generates the same code for pet store that it did on the last test run 18`] = `
897897"types/paths/user.types.ts:// This code was automatically generated from an OpenAPI description.
898898// Do not edit this file. Edit the OpenAPI file instead.
899- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
899+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
900900
901901import type { WideOperationArgument } from "../../counterfact-types/index.ts";
902902import type { OmitValueWhenNever } from "../../counterfact-types/index.ts";
@@ -968,7 +968,7 @@ export const POST: createUsersWithListInput = async ($) => {
968968exports[`end-to-end test generates the same code for pet store that it did on the last test run 20`] = `
969969"types/paths/user/createWithList.types.ts:// This code was automatically generated from an OpenAPI description.
970970// Do not edit this file. Edit the OpenAPI file instead.
971- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
971+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
972972
973973import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
974974import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -1049,7 +1049,7 @@ export const GET: loginUser = async ($) => {
10491049exports[`end-to-end test generates the same code for pet store that it did on the last test run 22`] = `
10501050"types/paths/user/login.types.ts:// This code was automatically generated from an OpenAPI description.
10511051// Do not edit this file. Edit the OpenAPI file instead.
1052- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
1052+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
10531053
10541054import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
10551055import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -1139,7 +1139,7 @@ export const GET: logoutUser = async ($) => {
11391139exports[`end-to-end test generates the same code for pet store that it did on the last test run 24`] = `
11401140"types/paths/user/logout.types.ts:// This code was automatically generated from an OpenAPI description.
11411141// Do not edit this file. Edit the OpenAPI file instead.
1142- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
1142+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
11431143
11441144import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
11451145import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -1203,7 +1203,7 @@ export const DELETE: deleteUser = async ($) => {
12031203exports[`end-to-end test generates the same code for pet store that it did on the last test run 26`] = `
12041204"types/paths/user/{ username } .types.ts:// This code was automatically generated from an OpenAPI description.
12051205// Do not edit this file. Edit the OpenAPI file instead.
1206- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
1206+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
12071207
12081208import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
12091209import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -1531,7 +1531,7 @@ export const GET: HTTP_GET = async ($) => {
15311531exports[`end-to-end test generates the same code for the example that it did on the last test run 2`] = `
15321532"types/paths/index.types.ts:// This code was automatically generated from an OpenAPI description.
15331533// Do not edit this file. Edit the OpenAPI file instead.
1534- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
1534+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
15351535
15361536import type { WideOperationArgument } from "../../counterfact-types/index.ts";
15371537import type { OmitValueWhenNever } from "../../counterfact-types/index.ts";
@@ -1596,7 +1596,7 @@ export const GET: HTTP_GET = async ($) => {
15961596exports[`end-to-end test generates the same code for the example that it did on the last test run 4`] = `
15971597"types/paths/count.types.ts:// This code was automatically generated from an OpenAPI description.
15981598// Do not edit this file. Edit the OpenAPI file instead.
1599- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
1599+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
16001600
16011601import type { WideOperationArgument } from "../../counterfact-types/index.ts";
16021602import type { OmitValueWhenNever } from "../../counterfact-types/index.ts";
@@ -1661,7 +1661,7 @@ export const GET: helloKitty = async ($) => {
16611661exports[`end-to-end test generates the same code for the example that it did on the last test run 6`] = `
16621662"types/paths/hello/kitty.types.ts:// This code was automatically generated from an OpenAPI description.
16631663// Do not edit this file. Edit the OpenAPI file instead.
1664- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
1664+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
16651665
16661666import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
16671667import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -1726,7 +1726,7 @@ export const GET: HTTP_GET = async ($) => {
17261726exports[`end-to-end test generates the same code for the example that it did on the last test run 8`] = `
17271727"types/paths/hello/{ name } .types.ts:// This code was automatically generated from an OpenAPI description.
17281728// Do not edit this file. Edit the OpenAPI file instead.
1729- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
1729+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
17301730
17311731import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
17321732import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -1801,7 +1801,7 @@ export const GET: HTTP_GET = async ($) => {
18011801exports[`end-to-end test generates the same code for the example that it did on the last test run 10`] = `
18021802"types/paths/path-one.types.ts:// This code was automatically generated from an OpenAPI description.
18031803// Do not edit this file. Edit the OpenAPI file instead.
1804- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
1804+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
18051805
18061806import type { WideOperationArgument } from "../../counterfact-types/index.ts";
18071807import type { OmitValueWhenNever } from "../../counterfact-types/index.ts";
@@ -1869,7 +1869,7 @@ export const GET: HTTP_GET = async ($) => {
18691869exports[`end-to-end test generates the same code for the example that it did on the last test run 12`] = `
18701870"types/paths/weird/path/with:colon.types.ts:// This code was automatically generated from an OpenAPI description.
18711871// Do not edit this file. Edit the OpenAPI file instead.
1872- // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code .md
1872+ // For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
18731873
18741874import type { WideOperationArgument } from "../../../../counterfact-types/index.ts";
18751875import type { OmitValueWhenNever } from "../../../../counterfact-types/index.ts";
0 commit comments