Skip to content

Commit

Permalink
纠正github链接
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ashine committed Apr 14, 2021
1 parent f74d1aa commit 0d58543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/fofaviewer/main/MainController.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private void queryAction(ActionEvent event){

@FXML
private void showAbout(ActionEvent event){
showAlert(Alert.AlertType.INFORMATION, null, "项目地址:https://github/wgpsec/fofa_viewer");
showAlert(Alert.AlertType.INFORMATION, null, "项目地址:https://github.com/wgpsec/fofa_viewer");
}

/**
Expand Down

0 comments on commit 0d58543

Please sign in to comment.