Kaynağa Gözat

docs: Fix link in migration guide (#2707)

Link head double '/' in the end, was giving a 404.
Ahmet TOK 1 yıl önce
ebeveyn
işleme
39fe6102ba

+ 1 - 1
docs/docs/guides/developer-guide/migrations/index.md

@@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem';
 Database migrations are needed whenever the database schema changes. This can be caused by:
 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
 * 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
 * occasional changes to the core Vendure database schema when updating to newer versions
 
 
 ## Synchronize vs migrate
 ## Synchronize vs migrate