From d8a0a1f6afd10774f1a17998c298029ac3dd683d Mon Sep 17 00:00:00 2001 From: Lawrence Lagerlof Date: Tue, 25 Jul 2023 10:05:15 -0300 Subject: [PATCH] Fix broken link to Master-Detail Form example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b74f6f9..4fbcd5d6 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ An alternative for Mac OS users is to use [SQLPage's homebrew package](https://f - [Tiny splitwise clone](./examples/splitwise): a shared expense tracker app - [Corporate Conundrum](./examples/corporate-conundrum/): a board game implemented in SQL -- [Master-Detail Form](./examples/master-detail-form/): shows how to implement a simple set of forms to insert data into database tables that have a one-to-many relationship. +- [Master-Detail Forms](./examples/master-detail-forms/): shows how to implement a simple set of forms to insert data into database tables that have a one-to-many relationship. - [SQLPage's own official website and documentation](./examples/official-site/): The SQL source code for the project's official site, https://sql.ophir.dev - [User Management](./examples/user-authentication/): An authentication demo with user registration, log in, log out, and confidential pages. Uses PostgreSQL. - [Making a JSON API and integrating React components in the frontend](./examples/using%20react%20and%20other%20custom%20scripts%20and%20styles/): Shows how to integrate a react component in a SQLPage website, and how to easily build a REST API with SQLPage.