Skip to content

Commit a96dcb7

Browse files
committed
fix broken links
1 parent 2ea0e31 commit a96dcb7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
#### ORMs
6565

66-
- [Edgy ORM](https://github.com/tarsil/edgy) - Complex databases made simple.
66+
- [Edgy ORM](https://github.com/dymmond/edgy) - Complex databases made simple.
6767
- [FastAPI SQLAlchemy](https://github.com/mfreeborn/fastapi-sqlalchemy) - Simple integration between FastAPI and [SQLAlchemy](https://www.sqlalchemy.org/).
6868
- [Fastapi-SQLA](https://github.com/dialoguemd/fastapi-sqla) - SQLAlchemy extension for FastAPI with support for pagination, asyncio, and pytest.
6969
- [FastAPIwee](https://github.com/Ignisor/FastAPIwee) - A simple way to create REST API based on [PeeWee](https://github.com/coleifer/peewee) models.
@@ -157,7 +157,7 @@
157157

158158
- [Documentation](https://fastapi.tiangolo.com/) - Comprehensive documentation.
159159
- [Tutorial](https://fastapi.tiangolo.com/tutorial/) - Official tutorial showing you how to use FastAPI with most of its features, step by step.
160-
- [Source Code](https://github.com/tiangolo/fastapi) - Hosted on GitHub.
160+
- [Source Code](https://github.com/fastapi/fastapi) - Hosted on GitHub.
161161
- [Discord](https://discord.com/invite/VQjSZaeJmf) - Chat with other FastAPI users.
162162

163163
### External Resources
@@ -259,7 +259,8 @@ Compute:
259259

260260
### Boilerplate
261261

262-
- [Full Stack FastAPI and PostgreSQL - Base Project Generator](https://github.com/tiangolo/full-stack-fastapi-template) - Full stack, modern web application generator, which includes FastAPI, PostgreSQL, Docker, Celery, Vue frontend, automatic HTTPS and more (developed by the creator of FastAPI, [Sebastián Ramírez](https://github.com/tiangolo)).
262+
- [Full Stack FastAPI and PostgreSQL - Base Project Generator](https://github.com/fastapi/full-stack-fastapi-template) - Full Stack FastAPI Template
263+
, which includes FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS, and more (developed by the creator of FastAPI, [Sebastián Ramírez](https://github.com/tiangolo)).
263264
- [FastAPI and Tortoise ORM](https://github.com/prostomarkeloff/fastapi-tortoise) - Powerful but simple template for web APIs w/ FastAPI (as web framework) and Tortoise-ORM (for working via database without headache).
264265
- [FastAPI Model Server Skeleton](https://github.com/eightBEC/fastapi-ml-skeleton) - Skeleton app to serve machine learning models production-ready.
265266
- [cookiecutter-spacy-fastapi](https://github.com/microsoft/cookiecutter-spacy-fastapi) - Quick deployments of spaCy models with FastAPI.

0 commit comments

Comments
 (0)