Skip to content

Commit 864ba29

Browse files
committed
Fix UG URL
1 parent 5c4e330 commit 864ba29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

1818
public static final String USERGUIDE_URL =
19-
"https://ay2122s2-cs2103-f09-3.github.io/tp/UserGuide.html#delete-insurance";
19+
"https://ay2122s2-cs2103-f09-3.github.io/tp/UserGuide.html";
2020
public static final String HELP_MESSAGE = "Refer to the user guide: " + USERGUIDE_URL;
2121

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

0 commit comments

Comments
 (0)