Skip to content

Commit de729d6

Browse files
authored
update quickstart text for data manager (#7627)
1 parent 88c736b commit de729d6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/pages/[platform]/start/quickstart/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Let's take a tour of the project structure in this starter repository by opening
346346

347347
<Video src="/images/gen2/getting-started/react/hosted-app.mp4" />
348348

349-
In the Amplify console, select the **main** deployment > **Data** in the left-hand menu > **Data manager** to see the data entered in your database.
349+
In the Amplify console, click into the deployment branch (in this case **main**) > select **Data** in the left-hand menu > **Data manager** to see the data entered in your database.
350350

351351
![Amplify data manager user interface showing the ToDo model with two to do instances](/images/gen2/getting-started/data-manager.png)
352352

@@ -670,7 +670,7 @@ Let's take a tour of the project structure in this starter repository by opening
670670

671671
<Video src="/images/gen2/getting-started/react/hosted-app.mp4" />
672672

673-
In the Amplify Console, navigate to the Data manager to see the data entered in your database.
673+
In the Amplify console, click into the deployment branch (in this case **main**) > select **Data** in the left-hand menu > **Data manager** to see the data entered in your database.
674674

675675
![Amplify data manager user interface showing the ToDo model with two to do instances](/images/gen2/getting-started/data-manager.png)
676676

@@ -989,7 +989,7 @@ Let's take a tour of the project structure in this starter repository by opening
989989

990990
<Video src="/images/gen2/getting-started/react/hosted-app.mp4" />
991991

992-
In the Amplify Console, navigate to the Data manager to see the data entered in your database.
992+
In the Amplify console, click into the deployment branch (in this case **main**) > select **Data** in the left-hand menu > **Data manager** to see the data entered in your database.
993993

994994
![Amplify data manager user interface showing the ToDo model with two to do instances](/images/gen2/getting-started/data-manager.png)
995995

src/pages/[platform]/start/quickstart/nextjs-app-router-client-components/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Let's take a tour of the project structure in this starter repository by opening
9494

9595
<Video src="/images/gen2/getting-started/react/hosted-app.mp4" />
9696

97-
In the Amplify Console, navigate to the Data manager to see the data entered in your database.
97+
In the Amplify console, click into the deployment branch (in this case **main**) > select **Data** in the left-hand menu > **Data manager** to see the data entered in your database.
9898

9999
![Amplify data manager user interface showing the ToDo model with two to do instances](/images/gen2/getting-started/data-manager.png)
100100

src/pages/[platform]/start/quickstart/nextjs-pages-router/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Let's take a tour of the project structure in this starter repository by opening
9595

9696
<Video src="/images/gen2/getting-started/react/hosted-app.mp4" />
9797

98-
In the Amplify Console, navigate to the Data manager to see the data entered in your database.
98+
In the Amplify console, click into the deployment branch (in this case **main**) > select **Data** in the left-hand menu > **Data manager** to see the data entered in your database.
9999

100100
![Amplify data manager user interface showing the ToDo model with two to do instances](/images/gen2/getting-started/data-manager.png)
101101

0 commit comments

Comments
 (0)