Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit a703d54

Browse files
committed
Revert the previous changes to index.md
1 parent 64dd1b3 commit a703d54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ expression language, and provides support for PostgreSQL, MySQL, and SQLite.
1717
Databases is suitable for integrating against any async Web framework, such as [Starlette][starlette],
1818
[Sanic][sanic], [Responder][responder], [Quart][quart], [aiohttp][aiohttp], [Tornado][tornado], or [FastAPI][fastapi].
1919

20-
**Documentation**: [https://www.encode.io/databases/](https://www.encode.io/databases/)
21-
2220
**Requirements**: Python 3.7+
2321

2422
---
@@ -91,7 +89,7 @@ rows = await database.fetch_all(query=query)
9189
print('High Scores:', rows)
9290
```
9391

94-
Check out the documentation on [making database queries](https://www.encode.io/databases/database_queries/)
92+
Check out the documentation on [making database queries](database_queries.md)
9593
for examples of how to start using databases together with SQLAlchemy core expressions.
9694

9795

0 commit comments

Comments
 (0)