Skip to content

Commit 0a59dc9

Browse files
authored
Fix URLs on deployment page
1 parent 7b0824b commit 0a59dc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/5.x/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pushing your work to a centralized repository (GitHub, GitLab, Bitbucket, or els
2222

2323
### System Updates + Project Config
2424

25-
Craft uses Composer under the hood to install and [update](./updating.md) plugins and packages it depends on.
25+
Craft uses Composer under the hood to install and [update](./update.md) plugins and packages it depends on.
2626

2727
Your [`composer.lock`](system/directory-structure.md#composerlock) file defines the _exact_ set of packages that your project uses, so tracking it in version control is essential. The lockfile is updated any time you run system updates or install a new plugin, making it possible for Composer to reconstruct your entire [`vendor/`](system/directory-structure.md#vendor) directory.
2828

@@ -43,7 +43,7 @@ In most cases, your live site’s content should be treated as authoritative: co
4343
Craft has a built-in backup tool, accessible from the **Utilities** screen of the control panel (for users with the correct permissions) or as a [console command](reference/cli.md#db-backup). There’s also a command for [restoring](reference/cli.md#db-restore) backups!
4444
:::
4545

46-
It is not advisable to attempt merging database tables or otherwise combining local and live content—including completely squashing a live database with a development one. [Project Config](#system-updates--project-config) is Craft’s solution to diverging schema and content.
46+
It is not advisable to attempt merging database tables or otherwise combining local and live content—including completely squashing a live database with a development one. [Project Config](#system-updates-project-config) is Craft’s solution to diverging schema and content.
4747

4848
If you ever need to prepare content ahead of a deployment (say, if you’ve created a new [single](reference/element-types/entries.md#singles) and can’t risk users seeing a partially blank page), consider using a [content migration](extend/migrations.md).
4949

0 commit comments

Comments
 (0)