Skip to content

Commit d28bf9c

Browse files
kbavpobed2
andcommitted
update URLs in description for app generate extension
Co-authored-by: Alvaro Gutierrez <[email protected]>, Co-authored-by: Pierre-Olivier Bédard <[email protected]>
1 parent 3bb514a commit d28bf9c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changeset/dry-files-fold.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/app': patch
3+
---
4+
5+
Update link URLs for shopify app generate extension description

docs/cli/conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Default exports force the module importer to decide on a name, which leads to in
1212
import { join } from "node:path"
1313
```
1414

15-
A better name for the above function would have beeen:
15+
A better name for the above function would have been:
1616

1717
```ts
1818
import { joinPath } from "node:path"

packages/app/src/cli/commands/app/generate/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import {renderWarning} from '@shopify/cli-kit/node/ui'
1111
export default class AppGenerateExtension extends AppLinkedCommand {
1212
static summary = 'Generate a new app Extension.'
1313

14-
static descriptionWithMarkdown = `Generates a new [app extension](https://shopify.dev/docs/apps/app-extensions). For a list of app extensions that you can generate using this command, refer to [Supported extensions](https://shopify.dev/docs/apps/structure/app-extensions/list).
14+
static descriptionWithMarkdown = `Generates a new [app extension](https://shopify.dev/docs/apps/build/app-extensions). For a list of app extensions that you can generate using this command, refer to [Supported extensions](https://shopify.dev/docs/apps/build/app-extensions/list-of-app-extensions).
1515
16-
Each new app extension is created in a folder under \`extensions/\`. To learn more about the extensions file structure, refer to [App structure](https://shopify.dev/docs/apps/tools/cli/structure) and the documentation for your extension.
16+
Each new app extension is created in a folder under \`extensions/\`. To learn more about the extensions file structure, refer to [App structure](https://shopify.dev/docs/apps/build/cli-for-apps/app-structure) and the documentation for your extension.
1717
`
1818

1919
static description = this.descriptionWithoutMarkdown()

0 commit comments

Comments
 (0)