Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit ebd4a90

Browse files
HomelessDinosaurdavemooreuws
authored andcommitted
fix broken provider links
1 parent 069f54e commit ebd4a90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/dart/flutter.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,9 +1006,9 @@ At this point, we can get started on deploying our application. The frontend app
10061006

10071007
For the backend, start by setting up your credentials and any configuration for the cloud you prefer:
10081008

1009-
- [AWS](/reference/providers/aws)
1010-
- [Azure](/reference/providers/azure)
1011-
- [Google Cloud](/reference/providers/gcp)
1009+
- [AWS](/reference/providers/pulumi/aws)
1010+
- [Azure](/reference/providers/pulumi/azure)
1011+
- [Google Cloud](/reference/providers/pulumi/gcp)
10121012

10131013
Next, we'll need to create a `stack`. Stacks represent deployed instances of an application, including the target provider and other details such as the deployment region. You'll usually define separate stacks for each environment such as development, testing and production. For now, let's start by creating a `dev` stack for AWS.
10141014

0 commit comments

Comments
 (0)