From fad9d64b53496ea839bd715694925e2919264376 Mon Sep 17 00:00:00 2001 From: Chris Hocking Date: Thu, 15 Jun 2023 21:18:13 +1000 Subject: [PATCH] Updated website URLs --- src/extensions/cp/config/init.lua | 2 +- src/plugins/core/controlsurfaces/resolve/prefs/init.lua | 2 +- src/plugins/core/helpandsupport/donate.lua | 2 +- src/plugins/core/loupedeckctandlive/prefs/init.lua | 4 ++-- .../plugin/CommandPostPlugin/metadata/LoupedeckPackage.yaml | 2 +- src/plugins/core/preferences/panels/scripting/init.lua | 2 +- src/plugins/core/razer/prefs/init.lua | 2 +- src/plugins/core/streamdeck/prefs/init.lua | 2 +- src/plugins/core/toolbox/intro/init.lua | 2 +- src/plugins/finalcutpro/preferences/general.lua | 6 +++--- src/plugins/finalcutpro/toolbox/shotdata/init.lua | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/extensions/cp/config/init.lua b/src/extensions/cp/config/init.lua index d8769de43..0e4b66a05 100644 --- a/src/extensions/cp/config/init.lua +++ b/src/extensions/cp/config/init.lua @@ -51,7 +51,7 @@ mod.configPrefix = "cp" --- cp.config.privacyPolicyURL -> string --- Constant --- URL for Privacy Policy -mod.privacyPolicyURL = "https://help.commandpost.io/getting_started/privacy_policy/" +mod.privacyPolicyURL = "https://commandpost.io/privacy/" --- cp.config.translationURL -> string --- Constant diff --git a/src/plugins/core/controlsurfaces/resolve/prefs/init.lua b/src/plugins/core/controlsurfaces/resolve/prefs/init.lua index 59b34981b..fe6e0b8bc 100644 --- a/src/plugins/core/controlsurfaces/resolve/prefs/init.lua +++ b/src/plugins/core/controlsurfaces/resolve/prefs/init.lua @@ -47,7 +47,7 @@ local DEFAULT_BUTTON = "SOURCE" -- SNIPPET_HELP_URL -> string -- Constant -- URL to Snippet Support Site -local SNIPPET_HELP_URL = "https://help.commandpost.io/advanced/snippets_for_led_status" +local SNIPPET_HELP_URL = "https://commandpost.io/scripting/snippets-for-led-status/" --- plugins.core.controlsurfaces.resolve.prefs.pasteboard --- Field diff --git a/src/plugins/core/helpandsupport/donate.lua b/src/plugins/core/helpandsupport/donate.lua index 7cf820301..00076f35e 100644 --- a/src/plugins/core/helpandsupport/donate.lua +++ b/src/plugins/core/helpandsupport/donate.lua @@ -19,7 +19,7 @@ function plugin.init(deps) :addItem(9999998.1, function() return { title = i18n("sponsorCommandPost"), - fn = function() os.execute('open "https://commandpost.io/#sponsor"') end, + fn = function() os.execute('open "https://commandpost.io/sponsor/"') end, } end) :addSeparator(9999998.2) diff --git a/src/plugins/core/loupedeckctandlive/prefs/init.lua b/src/plugins/core/loupedeckctandlive/prefs/init.lua index 32562755a..a0410c18f 100644 --- a/src/plugins/core/loupedeckctandlive/prefs/init.lua +++ b/src/plugins/core/loupedeckctandlive/prefs/init.lua @@ -70,12 +70,12 @@ local BUY_MORE_ICONS_URL = "https://www.sideshowfx.net/buy?category=Loupedeck" -- SNIPPET_HELP_URL -> string -- Constant -- URL to Snippet Support Site -local SNIPPET_HELP_URL = "https://help.commandpost.io/advanced/snippets_for_icons" +local SNIPPET_HELP_URL = "https://commandpost.io/scripting/snippets-for-icons/" -- SNIPPET_LED_HELP_URL -> string -- Constant -- URL to Snippet Support Site -local SNIPPET_LED_HELP_URL = "https://help.commandpost.io/advanced/snippets_for_led_colors" +local SNIPPET_LED_HELP_URL = "https://commandpost.io/scripting/snippets-for-led-colors/" -- delayedFn -> hs.timer -- Variable diff --git a/src/plugins/core/loupedeckplugin/plugin/CommandPostPlugin/metadata/LoupedeckPackage.yaml b/src/plugins/core/loupedeckplugin/plugin/CommandPostPlugin/metadata/LoupedeckPackage.yaml index a874eb406..bfa2bac0c 100755 --- a/src/plugins/core/loupedeckplugin/plugin/CommandPostPlugin/metadata/LoupedeckPackage.yaml +++ b/src/plugins/core/loupedeckplugin/plugin/CommandPostPlugin/metadata/LoupedeckPackage.yaml @@ -15,4 +15,4 @@ pluginFolderMac: bin/mac/ license: MIT license licenseUrl: https://raw.githubusercontent.com/CommandPost/LoupedeckPlugin/main/LICENSE homePageUrl: https://commandpost.io -supportPageUrl: https://help.commandpost.io \ No newline at end of file +supportPageUrl: https://commandpost.io \ No newline at end of file diff --git a/src/plugins/core/preferences/panels/scripting/init.lua b/src/plugins/core/preferences/panels/scripting/init.lua index 9dda7e02e..9becd8a45 100644 --- a/src/plugins/core/preferences/panels/scripting/init.lua +++ b/src/plugins/core/preferences/panels/scripting/init.lua @@ -257,7 +257,7 @@ function plugin.init(deps, env) { label = "Learn More...", width = 100, - onclick = function() execute("open 'https://help.commandpost.io/advanced/controlling_commandpost'") end, + onclick = function() execute("open 'https://commandpost.io/scripting/applescript/'") end, } ) diff --git a/src/plugins/core/razer/prefs/init.lua b/src/plugins/core/razer/prefs/init.lua index 6b99ae8bb..0eba05515 100644 --- a/src/plugins/core/razer/prefs/init.lua +++ b/src/plugins/core/razer/prefs/init.lua @@ -40,7 +40,7 @@ local mod = {} -- SNIPPET_LED_HELP_URL -> string -- Constant -- URL to Snippet Support Site -local SNIPPET_LED_HELP_URL = "https://help.commandpost.io/advanced/snippets_for_led_colors" +local SNIPPET_LED_HELP_URL = "https://commandpost.io/scripting/snippets-for-led-colors/" --- plugins.core.razer.prefs.pasteboard --- Field diff --git a/src/plugins/core/streamdeck/prefs/init.lua b/src/plugins/core/streamdeck/prefs/init.lua index 3751f9cef..402cc0bbd 100644 --- a/src/plugins/core/streamdeck/prefs/init.lua +++ b/src/plugins/core/streamdeck/prefs/init.lua @@ -81,7 +81,7 @@ local BUY_MORE_ICONS_URL = "https://www.sideshowfx.net/buy?category=Stream+Deck" -- SNIPPET_HELP_URL -> string -- Constant -- URL to Snippet Support Site -local SNIPPET_HELP_URL = "https://help.commandpost.io/advanced/snippets_for_icons" +local SNIPPET_HELP_URL = "https://commandpost.io/scripting/snippets-for-icons/" -- delayedFn -> hs.timer -- Variable diff --git a/src/plugins/core/toolbox/intro/init.lua b/src/plugins/core/toolbox/intro/init.lua index 914293c18..179d94364 100644 --- a/src/plugins/core/toolbox/intro/init.lua +++ b/src/plugins/core/toolbox/intro/init.lua @@ -66,7 +66,7 @@ local function callback(id, params) -------------------------------------------------------------------------------- -- Learn More: -------------------------------------------------------------------------------- - os.execute('open "https://commandpost.io/#custom-tools"') + os.execute('open "https://commandpost.io/latenite-technology/"') else -------------------------------------------------------------------------------- -- Unknown Callback: diff --git a/src/plugins/finalcutpro/preferences/general.lua b/src/plugins/finalcutpro/preferences/general.lua index 6d4696f89..7bf39cd3f 100644 --- a/src/plugins/finalcutpro/preferences/general.lua +++ b/src/plugins/finalcutpro/preferences/general.lua @@ -64,7 +64,7 @@ function plugin.init(deps) label = i18n("moveableMarkers") .. "?", width = 250, onclick = function() - execute('open "https://help.commandpost.io/getting-started/faq#why-did-you-remove-moveable-markers"') + execute('open "https://commandpost.io/faq/#why-did-you-remove-moveable-markers"') end, }) @@ -73,7 +73,7 @@ function plugin.init(deps) label = i18n("showTimelineInViewers") .. "?", width = 250, onclick = function() - execute('open "https://help.commandpost.io/getting-started/faq#why-did-you-remove-show-timeline-in-viewers"') + execute('open "https://commandpost.io/faq/#why-did-you-remove-show-timeline-in-viewers"') end, }) :addButton(8999.2, @@ -81,7 +81,7 @@ function plugin.init(deps) label = i18n("hiddenFCPXMLImportExportOptions") .. "?", width = 250, onclick = function() - execute('open "https://help.commandpost.io/getting-started/faq#why-did-you-remove-the-hidden-fcpxml-import-export-option"') + execute('open "https://commandpost.io/faq/#why-did-you-remove-the-hidden-fcpxml-importexport-option"') end, }) :addContent(9000, [[ diff --git a/src/plugins/finalcutpro/toolbox/shotdata/init.lua b/src/plugins/finalcutpro/toolbox/shotdata/init.lua index e1d9a9312..11f2f2fc3 100644 --- a/src/plugins/finalcutpro/toolbox/shotdata/init.lua +++ b/src/plugins/finalcutpro/toolbox/shotdata/init.lua @@ -52,7 +52,7 @@ local mod = {} -- SHOT_DATA_MANUAL_URL -> string -- Constant -- URL to the Shot Data Manual -local SHOT_DATA_USER_GUIDE_URL = "https://help.commandpost.io/toolbox/shot_data" +local SHOT_DATA_USER_GUIDE_URL = "https://commandpost.io/toolbox/shot-data/" -- NOTION_TEMPLATE_URL -> string -- Constant