Skip to content

Commit

Permalink
update link for help in BrowserPanel.java
Browse files Browse the repository at this point in the history
  • Loading branch information
okkhoy committed Feb 9, 2019
1 parent 9f35701 commit 231b72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/ui/BrowserPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class BrowserPanel extends UiPart<Region> {

public static final URL DEFAULT_PAGE =
requireNonNull(MainApp.class.getResource(FXML_FILE_FOLDER + "default.html"));
public static final String SEARCH_PAGE_URL = "https://se-edu.github.io/dummy-search-page/?name=";
public static final String SEARCH_PAGE_URL = "https://se-education.org/dummy-search-page/?name=";

private static final String FXML = "BrowserPanel.fxml";

Expand Down

0 comments on commit 231b72b

Please sign in to comment.