From b3aa02ea0dd3b6f14835e23063b4edb29964c9a2 Mon Sep 17 00:00:00 2001 From: Madeorsk Date: Wed, 27 Nov 2024 17:37:42 +0100 Subject: [PATCH] Fix bad link to database setup documentation. --- docs/docs/insert-update.md | 2 +- docs/docs/queries.md | 2 +- docs/docs/relationships.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/insert-update.md b/docs/docs/insert-update.md index 8b94f55..0d98507 100644 --- a/docs/docs/insert-update.md +++ b/docs/docs/insert-update.md @@ -2,7 +2,7 @@ To define and use inserts and updates, you must have a fully defined [repository](/docs/repositories). In this tutorial, we'll be assuming that we have a defined repository for a user model, as it's defined in [this section](/docs/repositories.html#define-a-repository). -Executing inserts and updates also require to [set up a connection to your database](/docs/databases). We'll also be assuming that we have a working database connector set up, as it's defined in [this section](/docs/database#pool-connector). +Executing inserts and updates also require to [set up a connection to your database](/docs/database). We'll also be assuming that we have a working database connector set up, as it's defined in [this section](/docs/database#pool-connector). ## Insert diff --git a/docs/docs/queries.md b/docs/docs/queries.md index 98b174b..32f43be 100644 --- a/docs/docs/queries.md +++ b/docs/docs/queries.md @@ -2,7 +2,7 @@ To define and use queries, you must have a fully defined [repository](/docs/repositories). In this tutorial, we'll be assuming that we have a defined repository for a user model, as it's defined in [this section](/docs/repositories.html#define-a-repository). -Executing queries also require to [set up a connection to your database](/docs/databases). We'll also be assuming that we have a working database connector set up, as it's defined in [this section](/docs/database#pool-connector). +Executing queries also require to [set up a connection to your database](/docs/database). We'll also be assuming that we have a working database connector set up, as it's defined in [this section](/docs/database#pool-connector). ## Query building diff --git a/docs/docs/relationships.md b/docs/docs/relationships.md index a55d19a..de78e59 100644 --- a/docs/docs/relationships.md +++ b/docs/docs/relationships.md @@ -2,7 +2,7 @@ To define and use relationships, you must have a fully defined [repository](/docs/repositories). In this tutorial, we'll be assuming that we have a defined repository for a user model, as it's defined in [this section](/docs/repositories.html#define-a-repository). -Executing queries also require to [set up a connection to your database](/docs/databases). We'll also be assuming that we have a working database connector set up, as it's defined in [this section](/docs/database#pool-connector). +Executing queries also require to [set up a connection to your database](/docs/database). We'll also be assuming that we have a working database connector set up, as it's defined in [this section](/docs/database#pool-connector). ## What is a relationship?