Skip to content

Commit 6b50b53

Browse files
authored
Merge branch 'master' into master
2 parents 5de8558 + 58355a1 commit 6b50b53

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
@@ -135,11 +135,11 @@ For `sequelize@4` & `sequelize@3` use `[email protected]`.
135135

136136
### Breaking Changes
137137
All 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
141141
sequelize-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)).
143143
Please 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
934934
Sequelize 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

Comments
 (0)