Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/development/add-on-update-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TIP:When using the CLI, your add-on update file will automatically be created fo

## Initial Setup

When you first create your add-on using the [`make:addon`](/cli/built-in-commands/make-addon.md) command from the CLI, a `upd` file is created for you in the root of your add-on.
When you first create your add-on using the [`make:addon`](development/addon-development-overview.md) command from the CLI, a `upd` file is created for you in the root of your add-on.

Here I have created an add-on called Amazing Add-on using the CLI.

Expand Down