Skip to content

Commit 7c11d76

Browse files
committed
docs(example): update README
1 parent 342a471 commit 7c11d76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pnpm cdk bootstrap --toolkit-stack-name $TOOLKIT_STACK_NAME --qualifier $TOOLKIT
5656
pnpm cdk synth -c "@aws-cdk/core:bootstrapQualifier=$TOOLKIT_QUALIFIER"
5757
```
5858

59-
OpenAPI定義を含む`openapi.json`ファイルが作成または更新されます。
59+
OpenAPI定義を含む`openapi/openapi.json`ファイルが作成または更新されます。
6060

6161
### CDKスタックをデプロイする
6262

@@ -66,4 +66,4 @@ pnpm cdk deploy --toolkit-stack-name $TOOLKIT_STACK_NAME -c "@aws-cdk/core:boots
6666

6767
`api-with-spec-example`というCloudFormationスタックが作成または更新されます。
6868

69-
OpenAPI定義を含む`openapi.json`ファイルも作成または更新されます。
69+
OpenAPI定義を含む`openapi/openapi.json`ファイルも作成または更新されます。

example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pnpm cdk bootstrap --toolkit-stack-name $TOOLKIT_STACK_NAME --qualifier $TOOLKIT
5656
pnpm cdk synth -c "@aws-cdk/core:bootstrapQualifier=$TOOLKIT_QUALIFIER"
5757
```
5858

59-
You will find the OpenAPI definition created or updated in the file `openapi.json`.
59+
You will find the OpenAPI definition created or updated in the file `openapi/openapi.json`.
6060

6161
### Deploying the CDK stack
6262

@@ -66,4 +66,4 @@ pnpm cdk deploy --toolkit-stack-name $TOOLKIT_STACK_NAME -c "@aws-cdk/core:boots
6666

6767
You will find a CloudFormation stack `api-with-spec-example` created or updated.
6868

69-
You will also find the OpenAPI definition created or updated in the file `openapi.json`.
69+
You will also find the OpenAPI definition created or updated in the file `openapi/openapi.json`.

0 commit comments

Comments
 (0)