Skip to content

Commit

Permalink
update check urls
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjustriley committed Nov 21, 2024
1 parent a579d59 commit 3e69d73
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/heavy-dancers-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/theme-check-common': minor
---

Update theme check urls
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<h4 align="center">A complete developer experience for Shopify themes</h4>

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)

Expand Down

0 comments on commit 3e69d73

Please sign in to comment.