diff --git a/docs/05_architecture_overview.md b/docs/05_architecture_overview.md index da3104c..c2c21dd 100644 --- a/docs/05_architecture_overview.md +++ b/docs/05_architecture_overview.md @@ -33,9 +33,9 @@ flowchart TB end subgraph Artifacts - REP[reports/report.html]\nreports/junit.xml - YAML[config/*.yaml]\n(babylin.example.yaml, test_config.yaml) - DLL[vendor/babylin/BabyLIN.dll] + REP[reports/report.html
reports/junit.xml] + YAML[config/*.yaml
(babylin.example.yaml, test_config.yaml)] + SDK[vendor/BabyLIN_library.py
platform-specific libs] end T --> CF @@ -47,7 +47,7 @@ flowchart TB PL --> REP CFG --> YAML - BABY --> DLL + BABY --> SDK T --> REP ```