docs: fix broken link (#4834)

The `decorator-reference` link is broken
see: https://typeorm.io/#/entities
This commit is contained in:
Tim Pap 2019-10-13 21:09:37 +03:00 committed by Umed Khudoiberdiev
parent 149af26f9a
commit 2bb0e398f9

View File

@ -98,7 +98,7 @@ If you want to set a base prefix for all database tables in your application you
When using an entity constructor its arguments **must be optional**. Since ORM creates instances of entity classes when loading from the database, therefore it is not aware of your constructor arguments.
Learn more about parameters @Entity in [Decorators reference](decorator-reference.md).
Learn more about parameters `@Entity` in [Decorators reference](decorator-reference.md).
## Entity columns