Skip to content

Commit

Permalink
Merge bf44018 into 6f02fdb
Browse files Browse the repository at this point in the history
  • Loading branch information
choonx99 committed Oct 16, 2019
2 parents 6f02fdb + bf44018 commit 3c42130
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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://ay1920s1-cs2103-t14-4.github.io/main/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
Binary file modified src/main/resources/images/expense_list_32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<?import javafx.scene.layout.VBox?>

<fx:root type="javafx.stage.Stage" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"
title="Address App" minWidth="450" minHeight="600" onCloseRequest="#handleExit">
title="MYMorise" minWidth="450" minHeight="600" onCloseRequest="#handleExit">
<icons>
<Image url="@/images/expense_list_32.png" />
</icons>
Expand Down

0 comments on commit 3c42130

Please sign in to comment.