diff --git a/docs/guide/start-databases.md b/docs/guide/start-databases.md index 65721b0c4a..119e76efd4 100644 --- a/docs/guide/start-databases.md +++ b/docs/guide/start-databases.md @@ -3,7 +3,7 @@ Working with Databases This section will describe how to create a new page that displays country data fetched from a database table named `country`. To achieve this goal, you will configure a database connection, -create an [Active Record](db-active-record.md) class, and define an [action](structure-controllers.md), +create an [Active Record](db-active-record.md) class, define an [action](structure-controllers.md), and create a [view](structure-views.md). Through this tutorial, you will learn how to: