We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4e330 commit 864ba29Copy full SHA for 864ba29
src/main/java/seedu/address/ui/HelpWindow.java
@@ -16,7 +16,7 @@
16
public class HelpWindow extends UiPart<Stage> {
17
18
public static final String USERGUIDE_URL =
19
- "https://ay2122s2-cs2103-f09-3.github.io/tp/UserGuide.html#delete-insurance";
+ "https://ay2122s2-cs2103-f09-3.github.io/tp/UserGuide.html";
20
public static final String HELP_MESSAGE = "Refer to the user guide: " + USERGUIDE_URL;
21
22
private static final Logger logger = LogsCenter.getLogger(HelpWindow.class);
0 commit comments