From 9e5011e0b9e0cf6aecb840fe08d4d72eb8041a9f Mon Sep 17 00:00:00 2001 From: Leung Cheng Date: Wed, 31 Jan 2024 18:21:36 +0800 Subject: [PATCH] Update wordings of link --- README.md | 2 +- backend/README.md | 4 ++-- frontend/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa5aab2..e623d6e 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ make local-install - `frontend/` directory is for frontend code.\ See [README of frontend](./frontend/README.md) for more details. - `e2e/` directory contains end-to-end test code using `Cypress`.\ - See [below command](#make-e2e-dev) for shortcut to run `cypress` in this project. Also can refer to the official document of `cypress` for further details. + See [make e2e-dev](#make-e2e-dev) for shortcut to run `cypress` in this project. Also can refer to the official document of `cypress` for further details. ### Useful Commands diff --git a/backend/README.md b/backend/README.md index 5627675..caec983 100644 --- a/backend/README.md +++ b/backend/README.md @@ -18,7 +18,7 @@ TypeScript, Node.js, Express.js, PostgreSQL ## Testing strategy -Have unit tests that don't involve external dependencies and integration tests that involve PostgreSQL. See [below section](#useful-commands) for how to run them. +Have unit tests that don't involve external dependencies and integration tests that involve PostgreSQL. See [Useful Commands](#useful-commands) for how to run them. ### Explanation for `createNull` convention @@ -28,7 +28,7 @@ In this project, some classes have creation methods like `Xyz.create` and `Xyz.c ## Local Development -See [this section in root README](../README.md#setup) for how to setup. +See [Setup in root README](../README.md#setup) for how to setup. ### Useful Commands diff --git a/frontend/README.md b/frontend/README.md index d7dee61..cd30bbc 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -24,7 +24,7 @@ Complete(delete) existing duty by clicking the tick icon button. ## Local Development -See [this section in root README](../README.md#setup) for how to setup. +See [Setup in root README](../README.md#setup) for how to setup. ### Useful Commands