From fd7fff2db04b3d8af8c10ba1668877b4c766fdec Mon Sep 17 00:00:00 2001 From: SeanChinJunKai Date: Thu, 30 Mar 2023 23:02:21 +0800 Subject: [PATCH] Fix hyperlinks not working on website --- docs/UserGuide.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 91efadd20cc..e74e734ab9b 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -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) @@ -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. [return to table of contents](#table-of-contents-)