Skip to content

Commit 8ee87ac

Browse files
committed
fix peewee diagram mistake
1 parent ddc2b47 commit 8ee87ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pages/09-data/08-peewee.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Any of the common relational database backends such as
3939
still required. The chart below shows a few example configurations
4040
that could use Peewee as an ORM.
4141

42-
<img src="/img/visuals/sqlalchemy-orm-example.png" width="100%" alt="Example SQLAlchemy configurations with different web frameworks." class="technical-diagram"></a>
42+
<img src="/img/visuals/peewee-orm-example.png" width="100%" alt="Example Peewee configurations with different web frameworks." class="technical-diagram"></a>
4343

4444
<div class="well see-also">Peewee is an implementation of the <a href="/object-relational-mappers-orms.html">object-relational mapping (ORM)</a> concept. Learn more in the <a href="/data.html">data</a> chapter or view <a href="/table-of-contents.html">all topics</a>.</div>
4545

0 commit comments

Comments
 (0)