Skip to content

Commit

Permalink
chore: replace all issue url to here
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Nov 13, 2021
1 parent a6cbe32 commit 2951327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ private static void addHeader(Player p, ChestMenu menu, ItemStack guide) {

menu.addMenuClickHandler(49, (pl, slot, item, action) -> {
pl.closeInventory();
ChatUtils.sendURL(pl, "https://github.com/Slimefun/Slimefun4/issues");
ChatUtils.sendURL(pl, "https://github.com/StarWishsama/Slimefun4/issues");
return false;
});
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ public JavaPlugin getJavaPlugin() {

@Override
public String getBugTrackerURL() {
return "https://github.com/Slimefun/Slimefun4/issues";
return "https://github.com/StarWishsama/Slimefun4/issues";
}

/**
Expand Down

0 comments on commit 2951327

Please sign in to comment.