Skip to content

Commit c6dd365

Browse files
authored
docs: fix image link. (#584)
1 parent 89b1c41 commit c6dd365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ const updateTodo = createOptimisticAction<{ id: string }>({
138138
This combines to support a model of uni-directional data flow, extending the redux/flux style state management pattern beyond the client, to take in the server as well:
139139

140140
<figure>
141-
<a href="./unidirectional-data-flow.lg.png" target="_blank">
142-
<img src="./unidirectional-data-flow.png" />
141+
<a href="https://raw.githubusercontent.com/TanStack/db/main/docs/unidirectional-data-flow.lg.png" target="_blank">
142+
<img src="https://raw.githubusercontent.com/TanStack/db/main/docs/unidirectional-data-flow.png" />
143143
</a>
144144
</figure>
145145

0 commit comments

Comments
 (0)