Skip to content

Commit a4ab4cc

Browse files
authored
Merge pull request nus-cs2103-AY2324S1#121 from jianrong7/chore/friendly-ug
Chore/friendly ug
2 parents 5ae109f + f44d0e2 commit a4ab4cc

File tree

7 files changed

+154
-55
lines changed

7 files changed

+154
-55
lines changed

docs/UserGuide.md

Lines changed: 152 additions & 53 deletions
Large diffs are not rendered by default.
17.3 KB
Loading
80.2 KB
Loading
88.8 KB
Loading
53.8 KB
Loading

src/main/java/seedu/address/MainApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*/
4141
public class MainApp extends Application {
4242

43-
public static final Version VERSION = new Version(1, 2, 1, true);
43+
public static final Version VERSION = new Version(1, 3, 1, true);
4444

4545
private static final Logger logger = LogsCenter.getLogger(MainApp.class);
4646

src/main/java/seedu/address/ui/HelpWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
public class HelpWindow extends UiPart<Stage> {
1717

18-
public static final String USERGUIDE_URL = "https://se-education.org/addressbook-level3/UserGuide.html";
18+
public static final String USERGUIDE_URL = "https://ay2324s1-cs2103t-w11-2.github.io/tp/UserGuide.html";
1919
public static final String HELP_MESSAGE = "Refer to the user guide: " + USERGUIDE_URL;
2020

2121
private static final Logger logger = LogsCenter.getLogger(HelpWindow.class);

0 commit comments

Comments
 (0)