From 896d7e4aeb5e2e4fe0f7c6992f961ed5a860c791 Mon Sep 17 00:00:00 2001 From: OverloadedOrama <35376950+OverloadedOrama@users.noreply.github.com> Date: Wed, 6 May 2020 22:45:09 +0300 Subject: [PATCH] Updated changelog URL in Main.gd --- src/Main.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.gd b/src/Main.gd index 2d2a534..5a10ab0 100644 --- a/src/Main.gd +++ b/src/Main.gd @@ -446,7 +446,7 @@ func help_menu_id_pressed(id : int) -> void: 1: # Issue Tracker OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues") 2: # Changelog - OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/Changelog.md#v062---17-02-2020") + OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/Changelog.md#v07---unreleased") 3: # About Pixelorama $AboutDialog.popup_centered() Global.can_draw = false