Skip to content

Commit

Permalink
docs: fixing broken links, mikroORM tutorial ajv and swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
B8-RX authored and Romakita committed Apr 8, 2022
1 parent 09b7eb1 commit 7b735ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/mikroorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ export class User {
```

Now, the model is correctly defined and can be used with a [Controller](https://tsed.io/docs/controllers.html)
, [AJV validation](ajv.md),
[Swagger](swagger.md) and [MikroORM](https://mikro-orm.io/docs/defining-entities).
, [AJV validation](/tutorials/ajv.md),
[Swagger](/tutorials/swagger.md) and [MikroORM](https://mikro-orm.io/docs/defining-entities).

We can use this model with a Controller like that:

Expand Down

0 comments on commit 7b735ba

Please sign in to comment.