Skip to content

Commit

Permalink
Fix hyperlinks not working
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanChinJunKai committed Mar 30, 2023
1 parent 4d5b3cb commit d69c223
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ their patient management tasks and improve overall efficiency.
- [GUI Information](#gui-information)
- [Command Prefixes](#command-prefixes)
- [Features](#features)
- [Help](#viewing-help-help) `help`
- [Help](#viewing-help--help) `help`
- [Undo](#undoing-previous-command-undo) `undo`
- [Redo](#redoing-previous-undo-redo) `redo`
- [Add patient](#adding-patient-record-add): `add`
- [Edit patient](#editing-a-patient-record-edit): `edit`
- [Delete patient](#deleting-a-patient-record-delete): `delete`
- [List all patients](#listing-all-patients-list): `list`
- [Filter patients](#find-patients-by-nric-name-address-or-tags-find): `find`
- [Filter patients](#filter-patients-by-attribute-find): `find`
- [Backup patient records](#backup-patient-records-backup): `backup`
- [Load backups](#load-data-load): `load`
- [View backups](#view-backup-data-viewbackup): `viewbackup`
Expand Down Expand Up @@ -88,7 +88,7 @@ Note: HospiSearch is compatible with Windows, MacOS and Ubuntu.
| Medicine | m/ |
| Backup description | b/ |

<sub>[return to table of contents](#table-of-contents-)</sub>
<sub>[return to table of contents](#table-of-contents)</sub>

## Features

Expand Down Expand Up @@ -196,7 +196,7 @@ that you have loaded.

Format: `list`

### Find patients by nric, name, address, doctor or tags: `find`
### Filter patients by attribute: `find`

Find patients according to a particular attribute stated followed by the change.

Expand Down Expand Up @@ -298,7 +298,7 @@ Switches the GUI to dark mode.
Format: `dark`

--------------------------------------------------------------------------------------------------------------------
<sub>[return to table of contents](#table-of-contents-)</sub>
<sub>[return to table of contents](#table-of-contents)</sub>

## FAQ

Expand All @@ -310,7 +310,7 @@ from your previous HospiSearch `data` directory.
**A**: The `data` directory is created in the same folder your HospiSearch Jar file is opened in.

--------------------------------------------------------------------------------------------------------------------
<sub>[return to table of contents](#table-of-contents-)</sub>
<sub>[return to table of contents](#table-of-contents)</sub>

## Command summary

Expand All @@ -332,4 +332,4 @@ from your previous HospiSearch `data` directory.
| **Light** | `light` |
| **Dark** | `dark` |

<sub>[return to table of contents](#table-of-contents-)</sub>
<sub>[return to table of contents](#table-of-contents)</sub>

0 comments on commit d69c223

Please sign in to comment.