Skip to content

Commit

Permalink
Merge pull request #615 from /issues/471
Browse files Browse the repository at this point in the history
update check urls
  • Loading branch information
itsjustriley authored Nov 21, 2024
2 parents a579d59 + 3e69d73 commit aa63071
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 aa63071

Please sign in to comment.