Skip to content

Commit

Permalink
Updated website URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Jun 15, 2023
1 parent 56c857a commit fad9d64
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/extensions/cp/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/core/controlsurfaces/resolve/prefs/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cp.prop: table>
--- Field
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/core/helpandsupport/donate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/core/loupedeckctandlive/prefs/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
supportPageUrl: https://commandpost.io
2 changes: 1 addition & 1 deletion src/plugins/core/preferences/panels/scripting/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
)

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/core/razer/prefs/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cp.prop: table>
--- Field
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/core/streamdeck/prefs/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/core/toolbox/intro/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions src/plugins/finalcutpro/preferences/general.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})

Expand All @@ -73,15 +73,15 @@ 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,
{
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, [[
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/finalcutpro/toolbox/shotdata/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fad9d64

Please sign in to comment.