Skip to content

Commit e7521c8

Browse files
committed
Fix navigation
1 parent b147381 commit e7521c8

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

guide/en/start/creating-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Open your browser to the URL `http://localhost/`.
5252

5353
> [!NOTE]
5454
> [← What do you need to know?](prerequisites.md) |
55-
> [Running applications →](running-applications.md)
55+
> [Running applications →](workflow.md)

guide/en/start/databases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ In this guide, we will focus on working with relational databases using Yii DB.
3030
### Pagination
3131

3232
> [!NOTE]
33-
> [← Working with databases](databases.md) |
34-
> [Looking ahead ](looking-ahead.md)
33+
> [← Working with forms](forms.md) |
34+
> [Generating code with Gii ](gii.md)

guide/en/start/gii.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33

44
> [!NOTE]
5-
> [← Working with forms](forms.md) |
6-
> [Generating code with Gii ](gii.md)
5+
> [← Working with databases](databases.md) |
6+
> [Looking ahead ](looking-ahead.md)

guide/en/start/hello.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@ You've also learned about routing in Yii, which acts as the bridge between user
166166
In the next section, you will learn how to fetch data and add a new page containing an HTML form.
167167

168168
> [!NOTE]
169-
> [Creating a project](creating-project.md) |
170-
> [Saying hello ](hello.md)
169+
> [Running applications](workflow.md) |
170+
> [Working with forms ](forms.md)

guide/en/start/workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ The following diagram shows how an application handles a request.
123123
8. Emitter receives the response and takes care of sending the response to the user's browser.
124124

125125
> [!NOTE]
126-
> [Running applications](workflow.md) |
127-
> [Working with forms ](forms.md)
126+
> [Creating a project](creating-project.md) |
127+
> [Saying hello ](hello.md)

0 commit comments

Comments
 (0)