Skip to content

Commit

Permalink
Merge pull request #255 from tanyyyming/final-bug-fix
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
tanyyyming authored Nov 14, 2023
2 parents 86a1ad4 + d658637 commit e7f5835
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ You may want to view all valid instrument and genre tags for musicians and bands

The instrument and genre tags can be added/edited for a musician using the [add](#add-musician-add) and [edit](#edit-musician-edit) command with prefix `i/` and `g/` respectively.

The genre tags can also be added/edited for a band using the [addb](#create-band-addb) and [editb](#edit-band-editb) command with prefix `g/`. Currently, band does not support instrument tags.
The genre tags can also be added/edited for a band using the [addb](#create-band-addb) and [editb](#edit-a-band-editb) command with prefix `g/`. Currently, band does not support instrument tags.

</div>

Expand Down Expand Up @@ -724,7 +724,7 @@ This command is irreversible, and all your data will be lost. Please use this co

[Back To ToC](#table-of-contents)

#### Exit app : `exit`
#### Exit app: `exit`

Exits the application.

Expand Down Expand Up @@ -761,12 +761,12 @@ The list of valid instruments and genres accept **only lowercase letters**. For

### Musician Command summary

| Action | Format | Examples |
|-----------------------------------------------|------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|
| **[Add Musician](#add-musician-add)** | `add n/NAME p/PHONE_NUMBER e/EMAIL [t/TAG]…​ [i/INSTRUMENT]…​ [g/GENRE]…​` | `add n/Betsy Crowe e/pianistbetsy@smtp.com p/87988039 i/piano g/pop g/rock` |
| **[Delete Musician](delete-musician-delete)** | `delete INDEX` | `delete 1` |
| **[Edit Musician](#edit-musician-edit)** | `edit INDEX [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [t/TAG]…​ [i/INSTRUMENT]…​ [g/GENRE]…​` | `edit 2 e/pianistbetsy@edited.com i/violin t/available` |
| **[Find Musicians](#find-musicians-find)** | `find [n/NAME]…​ [t/TAG]…​ [i/INSTRUMENT]…​ [g/GENRE]…​` | `find n/John i/Piano` |
| Action | Format | Examples |
|------------------------------------------------|------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|
| **[Add Musician](#add-musician-add)** | `add n/NAME p/PHONE_NUMBER e/EMAIL [t/TAG]…​ [i/INSTRUMENT]…​ [g/GENRE]…​` | `add n/Betsy Crowe e/pianistbetsy@smtp.com p/87988039 i/piano g/pop g/rock` |
| **[Delete Musician](#delete-musician-delete)** | `delete INDEX` | `delete 1` |
| **[Edit Musician](#edit-musician-edit)** | `edit INDEX [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [t/TAG]…​ [i/INSTRUMENT]…​ [g/GENRE]…​` | `edit 2 e/pianistbetsy@edited.com i/violin t/available` |
| **[Find Musicians](#find-musicians-find)** | `find [n/NAME]…​ [t/TAG]…​ [i/INSTRUMENT]…​ [g/GENRE]…​` | `find n/John i/Piano` |

[Back To ToC](#table-of-contents)

Expand Down Expand Up @@ -836,8 +836,6 @@ The list of valid instruments and genres accept **only lowercase letters**. For

--------------------------------------------------------------------------------------------------------------------

<div style="page-break-after: always;"></div>

## Troubleshooting

| Issue | Possible Reason | What to do now |
Expand Down

0 comments on commit e7f5835

Please sign in to comment.