Updated changelog link in Main.gd

This commit is contained in:
OverloadedOrama 2020-05-15 20:49:48 +03:00
parent 50204cc922
commit ea52b7b129
2 changed files with 5 additions and 9 deletions

View file

@ -460,7 +460,7 @@ func help_menu_id_pressed(id : int) -> void:
2: # Issue Tracker
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")
3: # Changelog
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/Changelog.md#v07---unreleased")
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v07---2020-05-16")
4: # About Pixelorama
$AboutDialog.popup_centered()
Global.dialog_open(true)