Skip to content

Commit

Permalink
docs: Fix link in migration guide (#2707)
Browse files Browse the repository at this point in the history
Link head double '/' in the end, was giving a 404.
  • Loading branch information
arrrrny committed Feb 28, 2024
1 parent 1bd5e8a commit 39fe610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/developer-guide/migrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem';
Database migrations are needed whenever the database schema changes. This can be caused by:

* changes to the [custom fields](/guides/developer-guide/custom-fields/) configuration
* new [database entities defined by plugins](/guides/developer-guide/database-entity//)
* new [database entities defined by plugins](/guides/developer-guide/database-entity/)
* occasional changes to the core Vendure database schema when updating to newer versions

## Synchronize vs migrate
Expand Down

0 comments on commit 39fe610

Please sign in to comment.