Skip to content

Commit

Permalink
Merge pull request #144 from SeanChinJunKai/Branch-FixUGDG
Browse files Browse the repository at this point in the history
Fix hyperlinks not working on website
  • Loading branch information
Creationsv2 authored Mar 30, 2023
2 parents 211c006 + fd7fff2 commit 4d5b3cb
Showing 1 changed file with 16 additions and 16 deletions.
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

0 comments on commit 4d5b3cb

Please sign in to comment.