From 4bc4ed1299782de5c69f209d421a4c2cd87bda2a Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:33:31 +0300 Subject: [PATCH] Change the extension repository link --- src/UI/ExtensionExplorer/Store.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/ExtensionExplorer/Store.gd b/src/UI/ExtensionExplorer/Store.gd index 228ed603b..6e02d0cf7 100644 --- a/src/UI/ExtensionExplorer/Store.gd +++ b/src/UI/ExtensionExplorer/Store.gd @@ -6,7 +6,7 @@ extends Window const STORE_NAME := "Extension Explorer" # gdlint: ignore=max-line-length -const STORE_LINK := "https://raw.githubusercontent.com/Orama-Interactive/Pixelorama/master/src/UI/ExtensionExplorer/extension_repository.md" +const STORE_LINK := "https://raw.githubusercontent.com/Orama-Interactive/PixeloramaExtensionRepository/main/extension_repository.md" ## File that will contain information about extensions available for download const STORE_INFORMATION_FILE := STORE_NAME + ".md" const EXTENSION_ENTRY_TSCN := preload("res://src/UI/ExtensionExplorer/Entry/ExtensionEntry.tscn")