summaryrefslogtreecommitdiff
path: root/frontend/src/components/home
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-10-28 11:38:11 +0100
committerGitHub <noreply@github.com>2020-10-28 11:38:11 +0100
commitbb03ab6a934eaf29cea86e877c4b2024f068dd1c (patch)
tree761afe2c0f26a44d75cb12f87c31c1ecc08105f9 /frontend/src/components/home
parent38fc6fa35ca4545a6068aaa759359c271c9f5197 (diff)
parentb2cb04229766457c9eb784d1911192bceea3a032 (diff)
Merge pull request #51 from atlarge-research/build/migration
Migrate opendc.org to OpenDC v2
Diffstat (limited to 'frontend/src/components/home')
-rw-r--r--frontend/src/components/home/ModelingSection.js2
-rw-r--r--frontend/src/components/home/SimulationSection.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/home/ModelingSection.js b/frontend/src/components/home/ModelingSection.js
index 60d372f2..643dca65 100644
--- a/frontend/src/components/home/ModelingSection.js
+++ b/frontend/src/components/home/ModelingSection.js
@@ -5,7 +5,7 @@ const ModelingSection = () => (
<ScreenshotSection
name="modeling"
title="Datacenter Modeling"
- imageUrl="https://github.com/atlarge-research/opendc/raw/master/images/opendc-frontend-construction.PNG"
+ imageUrl="/img/screenshot-construction.png"
caption="Building a datacenter in OpenDC"
imageIsRight={true}
>
diff --git a/frontend/src/components/home/SimulationSection.js b/frontend/src/components/home/SimulationSection.js
index 9852cbb8..e7a02068 100644
--- a/frontend/src/components/home/SimulationSection.js
+++ b/frontend/src/components/home/SimulationSection.js
@@ -5,7 +5,7 @@ const ModelingSection = () => (
<ScreenshotSection
name="simulation"
title="Datacenter Simulation"
- imageUrl="https://github.com/atlarge-research/opendc/raw/master/images/opendc-frontend-simulation-zoom.PNG"
+ imageUrl="/img/screenshot-simulation-zoom.png"
caption="Running an experiment in OpenDC"
imageIsRight={false}
>