Skip to content

Commit

Permalink
Merge pull request nus-cs2103-AY2021S1#78 from royleochan/branch-Upda…
Browse files Browse the repository at this point in the history
…te-Help

Update help url
  • Loading branch information
jerrylchong authored Oct 5, 2020
2 parents 4509725 + 12f99e5 commit c5682f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/ui/HelpWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
public class HelpWindow extends UiPart<Stage> {

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";
public static final String HELP_MESSAGE = "Refer to the user guide: " + USERGUIDE_URL;

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

0 comments on commit c5682f5

Please sign in to comment.