Skip to content

Commit 050a0bb

Browse files
Merge pull request #177 from UncleGrandpa925/fix-bug-v1.3
Modify the UG link & Add a suppress warning
2 parents 29a907d + c69a51c commit 050a0bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/trackitnus/ui/HelpPanel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
public class HelpPanel extends UiPart<Region> {
2121
public static final String TYPE = "H";
22-
public static final String USERGUIDE_URL = "https://wehavenolinkyethaha.html";
22+
public static final String USERGUIDE_URL = "https://bit.ly/2HDhjac";
2323
public static final String HELP_MESSAGE = USERGUIDE_URL;
2424
private static final String FXML = "/HelpPanel.fxml";
2525
private final Logger logger = LogsCenter.getLogger(trackitnus.ui.HelpPanel.class);
@@ -31,10 +31,10 @@ public class HelpPanel extends UiPart<Region> {
3131
@FXML
3232
private TableView helpCardTableView;
3333

34-
3534
/**
3635
* Creates a {@code HelpPanel} with the given {@code ObservableList}.
3736
*/
37+
@SuppressWarnings("unchecked")
3838
public HelpPanel() {
3939
super(FXML);
4040
helpMessage.setText(HELP_MESSAGE);

0 commit comments

Comments
 (0)