mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
docs: Fix broken links (#2082)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
This commit is contained in:
@@ -46,8 +46,8 @@ infrastructures de niveau supérieur.
|
||||
|
||||
Additionally, the Express community maintains modules in these two GitHub orgs:
|
||||
|
||||
- [jshttp](https://jshttp.github.io/) modules providing useful utility functions; see [Utility modules](/{{ page.lang }}/resources/utils.html).
|
||||
- [pillarjs](https://pillarjs.github.io/): low-level modules that Express uses internally.
|
||||
- [jshttp](https://github.com/jshttp) modules providing useful utility functions; see [Utility modules](/{{ page.lang }}/resources/utils.html).
|
||||
- [pillarjs](https://github.com/pillarjs): low-level modules that Express uses internally.
|
||||
|
||||
To keep up with what is going on in the whole community, check out the [ExpressJS StatusBoard](https://expressjs.github.io/statusboard/).
|
||||
|
||||
@@ -89,4 +89,4 @@ Express is a project of the OpenJS Foundation. Please review the [trademark poli
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -15,7 +15,6 @@ These are some additional examples with more extensive integrations.
|
||||
|
||||
{% include community-caveat.html %}
|
||||
|
||||
- [prisma-fullstack](https://github.com/prisma/prisma-examples/tree/latest/pulse/fullstack-simple-chat) - Fullstack app with Express and Next.js using [Prisma](https://www.npmjs.com/package/prisma) as an ORM
|
||||
- [prisma-rest-api-ts](https://github.com/prisma/prisma-examples/tree/latest/orm/express) - REST API with Express in TypeScript using [Prisma](https://www.npmjs.com/package/prisma) as an ORM
|
||||
|
||||
### [Previous: Static Files ](/{{ page.lang }}/starter/static-files.html) [Next: FAQ ](/{{ page.lang }}/starter/faq.html)
|
||||
|
||||
Reference in New Issue
Block a user