docs: update incorrect link (#9431)

* docs: update incorrect link

The link to the vesper framework was incorrect - it now points to the repository on github, which does seems to be inactive but at least the link now works.

* docs: add accidentally removed div
This commit is contained in:
Sebastiaan Nijland 2022-11-04 12:20:18 +01:00 committed by GitHub
parent b5ff79fc3f
commit 16c1841c18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1289,7 +1289,7 @@ There are a few repositories which you can clone and start with:
There are several extensions that simplify working with TypeORM and integrating it with other modules:
- [TypeORM + GraphQL framework](http://vesper-framework.com)
- [TypeORM + GraphQL framework](https://github.com/vesper-framework/vesper)
- [TypeORM integration](https://github.com/typeorm/typeorm-typedi-extensions) with [TypeDI](https://github.com/pleerock/typedi)
- [TypeORM integration](https://github.com/typeorm/typeorm-routing-controllers-extensions) with [routing-controllers](https://github.com/pleerock/routing-controllers)
- Models generation from existing database - [typeorm-model-generator](https://github.com/Kononnable/typeorm-model-generator)