Skip to content

Commit f752ed3

Browse files
authored
Merge pull request #54 from sopa301/branch-bug-UG
Remove references from User Guide
2 parents 7239813 + f844a52 commit f752ed3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
}
6767

6868
shadowJar {
69-
archiveFileName = 'addressbook.jar'
69+
archiveFileName = 'unofas.jar'
7070
}
7171

7272
defaultTasks 'clean', 'test'

docs/UserGuide.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Graphical User Interface (GUI). If you can type fast, UNO FAs can help you manag
2121

2222
1. Ensure you have Java `11` or above installed in your Computer.
2323

24-
1. Download the latest `addressbook.jar` from [here](https://github.com/se-edu/addressbook-level3/releases).
24+
1. Download the latest `unofas.jar` from [here](https://github.com/AY2324S1-CS2103T-F12-1/tp/releases).
2525

26-
1. Copy the file to the folder you want to use as the _home folder_ for your AddressBook.
26+
1. Copy the file to the folder you want to use as the _home folder_ for your UNOFAS.
2727

28-
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.<br>
28+
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.<br>
2929
A GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.<br>
3030
![Ui](images/Ui.png)
3131

@@ -194,14 +194,14 @@ Format: `exit`
194194

195195
### Saving the data
196196

197-
UNO FAs data are saved in the hard disk automatically after any command that changes the data. There is no need to save manually.
197+
UNOFAS data are saved in the hard disk automatically after any command that changes the data. There is no need to save manually.
198198

199199
### Editing the data file
200200

201-
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.
201+
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.
202202

203203
<div markdown="span" class="alert alert-warning">:exclamation: **Caution:**
204-
If your changes to the data file makes its format invalid, AddressBook will discard all data and start with an empty data file at the next run. Hence, it is recommended to take a backup of the file before editing it.
204+
If your changes to the data file makes its format invalid, UNOFAS will discard all data and start with an empty data file at the next run. Hence, it is recommended to take a backup of the file before editing it.
205205
</div>
206206

207207
### Archiving data files `[coming in v2.0]`
@@ -213,7 +213,7 @@ _Details coming soon ..._
213213
## FAQ
214214

215215
**Q**: How do I transfer my data to another Computer?<br>
216-
**A**: Install the app in the other computer and overwrite the empty data file it creates with the file that contains the data of your previous AddressBook home folder.
216+
**A**: Install the app in the other computer and overwrite the empty data file it creates with the file that contains the data of your previous UNOFAS home folder.
217217

218218
--------------------------------------------------------------------------------------------------------------------
219219

0 commit comments

Comments
 (0)