File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/trackitnus/ui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919
2020public 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 );
You can’t perform that action at this time.
0 commit comments