diff --git a/.changeset/heavy-dancers-switch.md b/.changeset/heavy-dancers-switch.md new file mode 100644 index 000000000..69d9a2228 --- /dev/null +++ b/.changeset/heavy-dancers-switch.md @@ -0,0 +1,5 @@ +--- +'@shopify/theme-check-common': minor +--- + +Update theme check urls diff --git a/packages/theme-check-common/src/checks/valid-block-target/index.ts b/packages/theme-check-common/src/checks/valid-block-target/index.ts index bdbaf8336..e837892b8 100644 --- a/packages/theme-check-common/src/checks/valid-block-target/index.ts +++ b/packages/theme-check-common/src/checks/valid-block-target/index.ts @@ -19,7 +19,7 @@ export const ValidBlockTarget: LiquidCheckDefinition = { description: 'Ensures block types only reference valid block types and respect parent-child relationships', recommended: false, - url: 'https://shopify.dev/docs/themes/tools/theme-check/checks/valid-block-target', + url: 'https://shopify.dev/docs/storefronts/themes/tools/theme-check/checks/valid-block-target', }, type: SourceCodeType.LiquidHtml, severity: Severity.ERROR, diff --git a/packages/theme-check-common/src/checks/valid-local-blocks/index.ts b/packages/theme-check-common/src/checks/valid-local-blocks/index.ts index c0b3f660f..327d70a7c 100644 --- a/packages/theme-check-common/src/checks/valid-local-blocks/index.ts +++ b/packages/theme-check-common/src/checks/valid-local-blocks/index.ts @@ -15,7 +15,7 @@ export const ValidLocalBlocks: LiquidCheckDefinition = { description: 'Ensures sections without theme block support do not mix static and local blocks', recommended: false, - url: 'https://shopify.dev/docs/themes/tools/theme-check/checks/valid-local-blocks', + url: 'https://shopify.dev/docs/storefronts/themes/tools/theme-check/checks/valid-local-blocks', }, type: SourceCodeType.LiquidHtml, severity: Severity.ERROR, diff --git a/packages/vscode-extension/README.md b/packages/vscode-extension/README.md index c8d6a3fe0..f20da1d89 100644 --- a/packages/vscode-extension/README.md +++ b/packages/vscode-extension/README.md @@ -7,7 +7,7 @@

A complete developer experience for Shopify themes

-Official VS Code extension for [Shopify Liquid storefronts](https://shopify.dev/docs/themes) and [Theme App Extensions](https://shopify.dev/docs/apps/online-store/theme-app-extensions). +Official VS Code extension for [Shopify Liquid storefronts](https://shopify.dev/docs/storefronts/themes) and [Theme App Extensions](https://shopify.dev/docs/apps/online-store/theme-app-extensions). ![](https://github.com/Shopify/theme-check-vscode/blob/feature/readme-revamp/images/demo.gif?raw=true)