Skip to content

Commit 98cab8f

Browse files
Fix changelog URL
1 parent 1328e0a commit 98cab8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UI/TopMenuContainer/TopMenuContainer.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const DOCS_URL := "https://www.oramainteractive.com/Pixelorama-Docs/"
66
const ISSUES_URL := "https://github.com/Orama-Interactive/Pixelorama/issues"
77
const SUPPORT_URL := "https://www.patreon.com/OramaInteractive"
88
# gdlint: ignore=max-line-length
9-
const CHANGELOG_URL := "hthttps://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v111---2025-05-06"
9+
const CHANGELOG_URL := "https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v111---2025-05-06"
1010
const EXTERNAL_LINK_ICON := preload("res://assets/graphics/misc/external_link.svg")
1111
const PIXELORAMA_ICON := preload("res://assets/graphics/icons/icon_16x16.png")
1212
const HEART_ICON := preload("res://assets/graphics/misc/heart.svg")

0 commit comments

Comments
 (0)