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 on website #144

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
32 changes: 16 additions & 16 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ their patient management tasks and improve overall efficiency.
- [GUI Information](#gui-information)
- [Command Prefixes](#command-prefixes)
- [Features](#features)
- [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`
- [Backup patient records](#backup-patient-records--backup): `backup`
- [Load backups](#load-data--load): `load`
- [View backups](#view-backup-data--viewbackup): `viewbackup`
- [Delete backup](#delete-backup-data--deletebackup): `deletebackup`
- [Clear all data](#clearing-all-data--clear): `clear`
- [Light mode](#switch-to-light-mode--light): `light`
- [Dark mode](#switch-to-dark-mode--dark): `dark`
- [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`
- [Backup patient records](#backup-patient-records-backup): `backup`
- [Load backups](#load-data-load): `load`
- [View backups](#view-backup-data-viewbackup): `viewbackup`
- [Delete backup](#delete-backup-data-deletebackup): `deletebackup`
- [Clear all data](#clearing-all-data-clear): `clear`
- [Light mode](#switch-to-light-mode-light): `light`
- [Dark mode](#switch-to-dark-mode-dark): `dark`
- [FAQ](#faq)
- [Command Summary](#command-summary)

Expand All @@ -62,7 +62,7 @@ their patient management tasks and improve overall efficiency.
1. `help` opens up the help menu.
6. Refer to the [Features](#features) below for details of each command.

Note: HospiSearch is compitable with Windows, MacOS and Ubuntu.
Note: HospiSearch is compatible with Windows, MacOS and Ubuntu.

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

Expand Down