Skip to content

Commit 06dbbd7

Browse files
authored
docs: fix link (#3155)
Checked w `mkdocs serve`-- works now. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
1 parent d9ed362 commit 06dbbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/developing/manifest-env-var.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ $ copilot svc deploy --app my-app --env test
3939
```
4040
4141
service のデプロイに environment を `test`、applicatoon を `my-app` と指定しているため、Copilot は `/copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/db_password` を `/copilot/my-app/test/secrets/db_password` と解釈します。
42-
(アプリケーションに秘密情報を渡す方法の詳細については、[こちら]((../developing/secrets.ja.md))を参照してください。)
42+
(アプリケーションに秘密情報を渡す方法の詳細については、[こちら](../developing/secrets.ja.md))を参照してください。)

0 commit comments

Comments
 (0)