Set code links to master until release

This commit is contained in:
Insality
2025-03-30 20:21:06 +03:00
parent d2b617a14f
commit 0504496975
9 changed files with 9 additions and 8 deletions

View File

@@ -118,7 +118,7 @@ local function setup_components(self)
return
end
local url_prefix = "https://github.com/Insality/druid/blob/develop/"
local url_prefix = "https://github.com/Insality/druid/blob/master/"
sys.open_url(url_prefix .. code_url, { target = "_blank" })
end)
end
@@ -211,4 +211,4 @@ end
---@param action action
function on_input(self, action_id, action)
return self.druid:on_input(action_id, action)
end
end