Skip to content

Commit

Permalink
Merge pull request #298 from eugene3231/update-UG-format
Browse files Browse the repository at this point in the history
Update hyperlink legend and fix broken link
  • Loading branch information
afroneth authored Nov 9, 2020
2 parents 519773f + 506fa77 commit e516967
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This table below illustrates what each formatting means.
| `p/PHONE_NUMBER` | Words in UPPER_CASE | A parameter to be supplied by the user |`p/91234567`|
| `n/NAME [s/SEX]` | Words in square brackets| Optional parameter |`n/John Doe` or <br> `n/John Doe s/M` |
| `[g/ALLERGY]…` | Words with `` after them| Parameters that can be input multiple times including 0 times|`g/sulfa g/zyrtec` or `g/levocetirizine `|
| [Blue underline](#2-about-this-document)| Blue words that show underline on mouse-over| A clickable hyperlink, to either an external webpage or other parts of this User Guide|[1. Introduction](#1-introduction)|
| [**Blue underline**](#2-about-this-document)| Bold blue words that show underline on mouse-over| A clickable hyperlink, to either an external webpage or other parts of this User Guide|[**1. Introduction**](#1-introduction)|

<div markdown="block" class="alert alert-warning">
* These sections give examples of how you can use the features of CliniCal.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ title: CliniCal

**CliniCal is a desktop application for managing your clinic.** While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).

* If you are interested in using CliniCal, head over to the [_Quick Start_ section of the **User Guide**](UserGuide.html#quick-start).
* If you are interested in using CliniCal, head over to the [_Getting started_ section of the **User Guide**](UserGuide.html#3-getting-started).
* If you are interested about developing CliniCal, the [**Developer Guide**](DeveloperGuide.html) is a good place to start.


**Acknowledgements**

* Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5)
* Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5), [JFoenix](https://github.com/jfoenixadmin/JFoenix)

0 comments on commit e516967

Please sign in to comment.