From 4f9335c708112505e85800068e5e996c3c4593a8 Mon Sep 17 00:00:00 2001 From: Pratik Chowdhury Date: Tue, 28 Jul 2020 15:21:03 +0530 Subject: [PATCH] #791 solved. Updated Upgrade to v5 Link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22e6adef..bcab49f5 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,11 @@ For `sequelize@4` & `sequelize@3` use `sequelize-typescript@0.6`. ### Breaking Changes All breaking changes of `sequelize@5` are also valid for `sequelize-typescript@1`. -See [Upgrade to v5](https://github.com/sequelize/sequelize/blob/master/docs/upgrade-to-v5.md) for details. +See [Upgrade to v5](https://sequelize.org/v5/manual/upgrade-to-v5.html#typescript-support) for details. #### Official Sequelize Typings sequelize-typescript now uses the official typings bundled with sequelize -(See [this](https://github.com/sequelize/sequelize/blob/master/docs/upgrade-to-v5.md#typescript-support)). +(See [this](https://sequelize.org/v5/manual/upgrade-to-v5.html#typescript-support)). Please note the following details: - Most of the sequelize-typescript interfaces of the previous version are replaced by the official ones - `@types/sequelize` is no longer used