From f844a52667a648211b4186df5f2d2b1d61f362b9 Mon Sep 17 00:00:00 2001
From: sopa301 <96387349+sopa301@users.noreply.github.com>
Date: Sat, 7 Oct 2023 13:31:47 +0800
Subject: [PATCH] Remove references from User Guide
---
build.gradle | 2 +-
docs/UserGuide.md | 14 +++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/build.gradle b/build.gradle
index a2951cc709e..90037f9f305 100644
--- a/build.gradle
+++ b/build.gradle
@@ -66,7 +66,7 @@ dependencies {
}
shadowJar {
- archiveFileName = 'addressbook.jar'
+ archiveFileName = 'unofas.jar'
}
defaultTasks 'clean', 'test'
diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index 03e9310594c..9b33f1fce2a 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -21,11 +21,11 @@ Graphical User Interface (GUI). If you can type fast, UNO FAs can help you manag
1. Ensure you have Java `11` or above installed in your Computer.
-1. Download the latest `addressbook.jar` from [here](https://github.com/se-edu/addressbook-level3/releases).
+1. Download the latest `unofas.jar` from [here](https://github.com/AY2324S1-CS2103T-F12-1/tp/releases).
-1. Copy the file to the folder you want to use as the _home folder_ for your AddressBook.
+1. Copy the file to the folder you want to use as the _home folder_ for your UNOFAS.
-1. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar addressbook.jar` command to run the application.
+1. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar unofas.jar` command to run the application.
A GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.
![Ui](images/Ui.png)
@@ -194,14 +194,14 @@ Format: `exit`
### Saving the data
-UNO FAs data are saved in the hard disk automatically after any command that changes the data. There is no need to save manually.
+UNOFAS data are saved in the hard disk automatically after any command that changes the data. There is no need to save manually.
### Editing the data file
-UNO Fas data are saved automatically as a JSON file `[JAR file location]/data/addressbook.json`. Advanced users are welcome to update data directly by editing that data file.
+UNOFAS data are saved automatically as a JSON file `[JAR file location]/data/addressbook.json`. Advanced users are welcome to update data directly by editing that data file.