Skip to content

Commit 42a1dde

Browse files
committed
fix schema link for pypi
1 parent f02024a commit 42a1dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async def some_func() -> None:
5959

6060
Here is a very simplified diagram of how everything works:
6161

62-
![basic schema.png](docs_sources/docs/img/basic_schema.png)
62+
![basic schema.png](https://github.com/krylosov-aa/context-async-sqlalchemy/blob/main/docs_sources/docs/img/basic_schema.png)
6363

6464
1. Before executing your code, the middleware will prepare a container in
6565
which the sessions required by your code will be stored.

0 commit comments

Comments
 (0)