Skip to content

Commit

Permalink
Fix changelog link to match with "new" project structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed May 12, 2024
1 parent e5356e8 commit 64f7d7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ private void printChangelogToConsole() {
if (result.limitReached()) {
plugin.getLogger().info("<snip>");
plugin.getLogger().info("Changelog continues for another " + (result.totalSize() - (result.nextVersionIndex() + 99)) + " lines.");
plugin.getLogger().info("To read the full changelog since " + lastVersion + ", go to https://github.com/TownyAdvanced/Towny/blob/master/resources/ChangeLog.txt#L" + (result.nextVersionIndex() + 1));
plugin.getLogger().info("To read the full changelog since " + lastVersion + ", go to https://github.com/TownyAdvanced/Towny/blob/master/Towny/src/main/resources/ChangeLog.txt#L" + (result.nextVersionIndex() + 1));
}

plugin.getLogger().info("------------------------------------");
Expand Down

0 comments on commit 64f7d7d

Please sign in to comment.