Skip to content

Commit

Permalink
Fix remark link
Browse files Browse the repository at this point in the history
  • Loading branch information
ReganChoy committed Apr 13, 2024
1 parent 666eb0a commit a97927e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ ClientCare offers the following commands to help you manage your clients:
* [Listing all clients: `list`](#listing-all-clients-list)
* [Viewing a client: `view`](#viewing-a-client-view)
* [Finding a client: `find`](#finding-client-by-name-find)
* [Adding notes to a client: `remark`](#adding-notes-to-clients-remark)
* [Adding notes to a client: `remark`](#adding-notes-to-a-client-remark)
* [Clearing all clients: `clear`](#clearing-all-entries-clear)
* [Sorting your clients: `sort`](#sorting-the-client-list-sort)
<br/>
Expand Down Expand Up @@ -1287,7 +1287,7 @@ If a text is truncated in the display, this means that the full text has been sh
| [**List**](#listing-all-clients-list) | `list` |
| [**View**](#viewing-a-client-view) | `view INDEX`<br/> e.g, `view 1` |
| [**Find**](#finding-client-by-name-find) | `find KEYWORD [MORE_KEYWORDS]`<br/> e.g. `find James Jake` |
| [**Remark**](#adding-notes-to-clients-remark) | `remark INDEX [r/REMARK]`<br/> e.g. `remark 3 r/Has 2 school-age children and 1 elderly dependent` |
| [**Remark**](#adding-notes-to-a-client-remark) | `remark INDEX [r/REMARK]`<br/> e.g. `remark 3 r/Has 2 school-age children and 1 elderly dependent` |
| [**Clear**](#clearing-all-entries-clear) | `clear` |
| [**Sort**](#sorting-the-client-list-sort) | `sort CRITERIA o/ORDER` <br/> e.g. `sort priority o/desc` |
| [**LastMet**](#updating-last-met-met) | `met INDEX d/DATE`<br/> e.g. `met 2 d/2023-05-07` |
Expand Down

0 comments on commit a97927e

Please sign in to comment.