Skip to content

Commit

Permalink
Merge pull request AY2324S1-CS2103T-W10-1#182 from LHeng1/branch-fix-…
Browse files Browse the repository at this point in the history
…help-window

Fix Help window link error
  • Loading branch information
LHeng1 authored Nov 10, 2023
2 parents d2b1999 + 155feeb commit f95575d
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://ay2324s1-cs2103t-w10-1.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 f95575d

Please sign in to comment.