diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-10 10:21:33 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-10 10:21:33 +0200 |
| commit | cc26579ee742598dd6869b80bac56d99c5ba58fd (patch) | |
| tree | d4dab4b6220d2cf754b942803febde7aad21aaef | |
| parent | 8cdcb34e538a06d41ac666ed98efe6457c3743de (diff) | |
docs: Fix reference to OpenDC component overview
This change fixes the invalid reference to the image of the OpenDC
component overview.
| -rw-r--r-- | docs/architecture.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/architecture.md b/docs/architecture.md index 032e8f4b..7e644ec1 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -3,9 +3,7 @@ OpenDC consists of four components: a Kotlin simulator, a MongoDB database, a Python Flask [API](/opendc-web/opendc-web-api), and a React.js [frontend](/opendc-web/opendc-web-ui). -<p align="center"> - <img src="https://raw.githubusercontent.com/atlarge-research/opendc/master/misc/artwork/opendc-component-diagram.png" alt="OpenDC Component Diagram"> -</p> + On the frontend, users can construct a topology by specifying a datacenter's rooms, racks and machines, and create scenarios to see how a workload trace runs on that topology. The frontend communicates with the web server over |
