Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hyperlinks not working #146

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>