Skip to content

Commit c5682f5

Browse files
authored
Merge pull request nus-cs2103-AY2021S1#78 from royleochan/branch-Update-Help
Update help url
2 parents 4509725 + 12f99e5 commit c5682f5

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
@@ -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://ay2021s1-cs2103-f10-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)