Skip to content

Commit

Permalink
Update documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloriestra committed Oct 11, 2024
1 parent ff9de0d commit a74f30b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/app/src/cli/models/app/loader.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,8 @@ wrong = "property"
│ For more information, see Shopify CLI documentation [1] │
│ │
╰──────────────────────────────────────────────────────────────────────────────╯
[1] https://shopify.dev/docs/apps/tools/cli
[1] https://shopify.dev/docs/apps/build/cli-for-apps#switch-to-a-global-executab
le-or-local-dependency
"
`)
mockOutput.clear()
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/cli/models/app/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class AppLoader<TConfig extends AppConfiguration, TModuleSpec extends ExtensionS
body: [`We recommend to remove the @shopify/cli and @shopify/app dependencies from your package.json.`],
link: {
label: 'For more information, see Shopify CLI documentation',
url: 'https://shopify.dev/docs/apps/tools/cli',
url: 'https://shopify.dev/docs/apps/build/cli-for-apps#switch-to-a-global-executable-or-local-dependency',
},
}
renderInfo(warningContent)
Expand Down

0 comments on commit a74f30b

Please sign in to comment.