docs(database): change gino homepage url (#808)

Change homepage url gino from `https://python-gino.readthedocs.io/en/latest/` to `https://python-gino.org/`
This commit is contained in:
Bekhzod Tillakhanov 2020-01-23 14:24:39 +05:00 committed by Tom Christie
parent 20973f2ed3
commit 6a65461c6e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Starlette is not strictly tied to any particular database implementation.
You can use it with an asynchronous ORM, such as [GINO](https://python-gino.readthedocs.io/en/latest/),
You can use it with an asynchronous ORM, such as [GINO](https://python-gino.org/),
or use regular non-async endpoints, and integrate with [SQLAlchemy](https://www.sqlalchemy.org/).
In this documentation we'll demonstrate how to integrate against [the `databases` package](https://github.com/encode/databases),