Spaces:
Running
Running
fixes typo in mermaid diagram links
Browse files
README.md
CHANGED
@@ -82,9 +82,9 @@ graph LR
|
|
82 |
Model_Abstraction -- "Provides Model To" --> Training_Orchestrator
|
83 |
click Entry_Point href "https://github.com/Josephrp/SmolFactory/blob/main/docs/Entry_Point.md" "Details"
|
84 |
click Configuration_Management href "https://github.com/Josephrp/SmolFactory/blob/main/docs/Configuration_Management.md" "Details"
|
85 |
-
click Data_Pipeline href "https://github.com/
|
86 |
-
click Model_Abstraction href "https://github.com/
|
87 |
-
click Training_Orchestrator href "https://github.com/
|
88 |
```
|
89 |
|
90 |
|
|
|
82 |
Model_Abstraction -- "Provides Model To" --> Training_Orchestrator
|
83 |
click Entry_Point href "https://github.com/Josephrp/SmolFactory/blob/main/docs/Entry_Point.md" "Details"
|
84 |
click Configuration_Management href "https://github.com/Josephrp/SmolFactory/blob/main/docs/Configuration_Management.md" "Details"
|
85 |
+
click Data_Pipeline href "https://github.com/Josephrp/SmolFactory/blob/main/docs/Data_Pipeline.md" "Details"
|
86 |
+
click Model_Abstraction href "https://github.com/Josephrp/SmolFactory/blob/main/docs/Model_Abstraction.md" "Details"
|
87 |
+
click Training_Orchestrator href "https://github.com/Josephrp/SmolFactory/blob/main/docs/Training_Orchestrator.md" "Details"
|
88 |
```
|
89 |
|
90 |
|