We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4509725 + 12f99e5 commit c5682f5Copy full SHA for c5682f5
src/main/java/seedu/address/ui/HelpWindow.java
@@ -15,7 +15,7 @@
15
*/
16
public class HelpWindow extends UiPart<Stage> {
17
18
- public static final String USERGUIDE_URL = "https://se-education.org/addressbook-level3/UserGuide.html";
+ public static final String USERGUIDE_URL = "https://ay2021s1-cs2103-f10-2.github.io/tp/UserGuide.html";
19
public static final String HELP_MESSAGE = "Refer to the user guide: " + USERGUIDE_URL;
20
21
private static final Logger logger = LogsCenter.getLogger(HelpWindow.class);
0 commit comments