Skip to content

Commit dc7ccb2

Browse files
committedJun 26, 2021
Fix the doc image url
1 parent 93c3bda commit dc7ccb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ flags, because they use the same logic of runtime feature flags, the concept tha
5353
Here we have switches for `:database` and `:guidomia` modules, one library module and one feature
5454
module. In this project, where you can find part of its dependency tree here
5555

56-
![dependency tree](https://github.com/hadilq/CleanArchitecture)
56+
![dependency tree](https://raw.githubusercontent.com/hadilq/CleanArchitecture/main/doc-image/dip-module-dependencies-switch.png)
5757

5858
the feature flag logic to handle switch off of `:database:impl` is in the `:guidomia:impl`, and
5959
feature flag logic to handle switch off of `:guimomia:impl` is in `:single-activity:impl`.

0 commit comments

Comments
 (0)
Please sign in to comment.