Skip to content

Commit

Permalink
docs: README.md active-record-data-map link missing issue (typeorm#4928)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebx authored and pleerock committed Oct 19, 2019
1 parent 3e4dc9f commit e42091e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ that help you to develop any kind of application that uses databases - from
small applications with a few tables to large scale enterprise applications
with multiple databases.

TypeORM supports both [Active Record](active-record-data-mapper.md#what-is-the-active-record-pattern) and [Data Mapper](active-record-data-mapper.md#what-is-the-data-mapper-pattern) patterns,
TypeORM supports both [Active Record](docs/active-record-data-mapper.md#what-is-the-active-record-pattern) and [Data Mapper](docs/active-record-data-mapper.md#what-is-the-data-mapper-pattern) patterns,
unlike all other JavaScript ORMs currently in existence,
which means you can write high quality, loosely coupled, scalable,
maintainable applications the most productive way.
Expand Down

0 comments on commit e42091e

Please sign in to comment.