Skip to content

Commit

Permalink
Fix get plugins link (chunky-dev#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Stiede authored and leMaik committed Sep 9, 2023
1 parent 0591621 commit 0dbd22a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public void initialize(URL location, ResourceBundle resources) {
}

pluginLink
.setOnAction(e -> launchAndReset(pluginLink, "https://chunky-dev.github.io/docs/plugins/"));
.setOnAction(e -> launchAndReset(pluginLink, "https://chunky-dev.github.io/docs/plugins/plugin_list/"));
}

public void setStage(Stage stage) {
Expand Down

0 comments on commit 0dbd22a

Please sign in to comment.