@@ -26,7 +26,7 @@ Decorators and some other features for sequelize (v6).
2626 - [ Indexes] ( #indexes )
2727 - [ ` @Index ` API] ( #index )
2828 - [ ` createIndexDecorator() ` API] ( #createindexdecorator )
29- - [ Repository mode] ( #repository-mode )
29+ - [ Repository mode] ( #repository-mode-1 )
3030 - [ How to enable repository mode?] ( #how-to-enable-repository-mode )
3131 - [ How to use repository mode?] ( #how-to-use-repository-mode )
3232 - [ How to use associations with repository mode?] ( #how-to-use-associations-with-repository-mode )
135135
136136### Breaking Changes
137137All breaking changes of ` sequelize@5 ` are also valid for ` sequelize-typescript@1 ` .
138- See [ Upgrade to v5] ( https://github.com/sequelize/sequelize/blob/master/docs/ upgrade-to-v5.md ) for details.
138+ See [ Upgrade to v5] ( https://sequelize.org/v5/manual/ upgrade-to-v5.html ) for details.
139139
140140#### Official Sequelize Typings
141141sequelize-typescript now uses the official typings bundled with sequelize
142- (See [ this] ( https://github.com/sequelize/sequelize/blob/master/docs/ upgrade-to-v5.md #typescript-support ) ).
142+ (See [ this] ( https://sequelize.org/v5/manual/ upgrade-to-v5.html #typescript-support ) ).
143143Please note the following details:
144144- Most of the sequelize-typescript interfaces of the previous version are replaced by the official ones
145145- ` @types/sequelize ` is no longer used
@@ -163,7 +163,7 @@ instead of deprecated way:
163163```
164164
165165### Repository Mode
166- With ` sequelize-typescript@1 ` comes a repository mode. See [ docs] ( #repository-mode ) for details.
166+ With ` sequelize-typescript@1 ` comes a repository mode. See [ docs] ( #repository-mode-1 ) for details.
167167
168168
169169## Model definition
@@ -930,7 +930,7 @@ this issue.
930930## Recommendations and limitations
931931
932932### One Sequelize instance per model (without repository mode)
933- Unless you are using the [ repository mode] ( #repository-mode ) , you won't be able to add one and the same model to multiple
933+ Unless you are using the [ repository mode] ( #repository-mode-1 ) , you won't be able to add one and the same model to multiple
934934Sequelize instances with differently configured connections. So that one model will only work for one connection.
935935
936936### One model class per file
0 commit comments