Skip to content

Commit

Permalink
Update wordings of link
Browse files Browse the repository at this point in the history
  • Loading branch information
leung018 committed Jan 31, 2024
1 parent f22a246 commit 9e5011e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9e5011e

Please sign in to comment.