From 3ad1821dc14efa406127e795c0deaeccff4a3b2d Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Fri, 28 Apr 2023 16:19:37 -0400 Subject: [PATCH] fix link Signed-off-by: Hannah Hunter --- .../integrations/AWS/authenticating-aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md b/daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md index 2d0c1542259..ec230826047 100644 --- a/daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md +++ b/daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md @@ -44,7 +44,7 @@ When running Dapr (or the Dapr runtime directly) in stand-alone mode, you have t FOO=bar daprd --app-id myapp ``` -If you have [configured named AWS profiles](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) locally , you can tell Dapr (or the Dapr runtime) which profile to use by specifying the "AWS_PROFILE" environment variable: +If you have [configured named AWS profiles](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) locally , you can tell Dapr (or the Dapr runtime) which profile to use by specifying the "AWS_PROFILE" environment variable: ```bash AWS_PROFILE=myprofile dapr run...