Browse Source

Update updating-vendure.md (#501)

Fix broken link
chladog 5 years ago
parent
commit
e1333504f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/content/docs/developer-guide/updating-vendure.md

+ 1 - 1
docs/content/docs/developer-guide/updating-vendure.md

@@ -58,7 +58,7 @@ The key rule is **never run your production instance with the `synchronize` opti
 For any database schema changes, it is advised to:
 For any database schema changes, it is advised to:
 
 
 1. Read the changelog breaking changes entries to see what changes to expect
 1. Read the changelog breaking changes entries to see what changes to expect
-2. Create a new database migration as described in the [Migrations guide](http://localhost:1313/docs/developer-guide/migrations/)
+2. Create a new database migration as described in the [Migrations guide](https://www.vendure.io/docs/developer-guide/migrations/)
 3. Manually check the migration script. In some cases manual action is needed to customize the script in order to correctly migrate your existing data.
 3. Manually check the migration script. In some cases manual action is needed to customize the script in order to correctly migrate your existing data.
 4. Test the migration script against non-production data.
 4. Test the migration script against non-production data.
 5. Only when you have verified that the migration works as expected, run it against your production database.
 5. Only when you have verified that the migration works as expected, run it against your production database.