Skip to content

Commit ee5b8e2

Browse files
authored
Update chapter4-viewmodel.md
1 parent a45cecb commit ee5b8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/chapter4-viewmodel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ struct InfoEvent {
184184
A **common** view model depends on the structure of view controllers and the business logic.
185185
It can be a parent view model or a child view model.
186186

187-
![Child view models](https://raw.githubusercontent.com/lm2343635/RxController/master/images/child_view_models.jpg)
187+
![Child view models](https://raw.githubusercontent.com/RxSwiftCommunity/RxController/master/images/child_view_models.jpg)
188188

189189
In this graph, there are 6 view models, and the arrows represent the relationship among them.
190190
There a 3 child view controller systems:

0 commit comments

Comments
 (0)