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 UG links #151

Merged
merged 1 commit into from
Apr 15, 2024
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
12 changes: 6 additions & 6 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ The ModContacts User Guide serves as a quick, efficient, all-in-one manual for b

It is great to see that you're interested in using ModContacts!

Head to the [Getting Started](#Getting-Started) section and follow the guide to get ModContacts up and running!
Head to the [Getting Started](#getting-started) section and follow the guide to get ModContacts up and running!

Then check out the [Tutorial](#Tutorial) some [Features](#Features), and the handy [Command Summary](#command-summary).
Then check out the [Tutorial](#tutorial) some [Features](#features), and the handy [Command Summary](#command-summary).

### Experienced Users

Expand All @@ -59,7 +59,7 @@ Head over to the [Command Summary](#command-summary), [FAQ](#faq) or [Troublesho
## How should I use this guide?

The guide includes information on how users can effectively navigate the document, clarifies the meaning of icons and formatting used, and provides guidance on understanding features, functions, or commands.
These can be quickly referenced from the [Table of Contents](#Table-of-Contents).
These can be quickly referenced from the [Table of Contents](#table-of-contents).

## Conventions

Expand Down Expand Up @@ -88,7 +88,7 @@ Follow this guide for your OS of choice:

## Quick start

1. Ensure you have Java `11` or above installed in your computer from the [Prerequisites](#Prerequisites) Section.
1. Ensure you have Java `11` or above installed in your computer from the [Prerequisites](#prerequisites) Section.

2. Download the latest `modcontacts.jar` from [here](https://github.com/AY2324S2-CS2103T-W12-2/tp/releases).

Expand Down Expand Up @@ -139,7 +139,7 @@ Our command composes of:

We can use Prefixes to accomplish this! They are usually marked with an unique identifier (`n/` for **name** and `p/` for **phone number**). You can then add your values after the identifiers! (`Aditya` is the value supplied for the **name** when you type `n/Aditya`).

**(P.S)** Different commands have different prefixes! Check out the **[Features](#Features)** section to see what prefixes exist for each command.
**(P.S)** Different commands have different prefixes! Check out the **[Features](#features)** section to see what prefixes exist for each command.

### Summary

Expand Down Expand Up @@ -234,7 +234,7 @@ Type the following commands:

![Find Free Time](images/tutorial/find-free-time.png)

This tutorial is **not exhaustive** and is just a preview of some of the commands you can use in ModContacts. For a full list of commands with a detailed explanation, refer to the [Features](#Features) section and for a quick overview of all the commands available, you can look at the [Command Summary](#command-summary).
This tutorial is **not exhaustive** and is just a preview of some of the commands you can use in ModContacts. For a full list of commands with a detailed explanation, refer to the [Features](#features) section and for a quick overview of all the commands available, you can look at the [Command Summary](#command-summary).

---

Expand Down
Loading