Fix: Broken links to external dashboard resources.
Fix: Version number
Change-Id: Ibd88b5ae61e16be0907b7ef53d80ab69947b6115
Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
diff --git a/src/emuvim/dashboard/dashboard.html b/src/emuvim/dashboard/dashboard.html
index 293e7e7..606fd8e 100755
--- a/src/emuvim/dashboard/dashboard.html
+++ b/src/emuvim/dashboard/dashboard.html
@@ -74,9 +74,9 @@
<div class="row">
<div class="col-sm-4"><h1>VIM-EMU Dashboard</h1></div>
<div class="col-sm-8 text-right">
- <img src="https://peuster.de/vimemu_dashboard_resources/upb.png">
- <img src="https://peuster.de/vimemu_dashboard_resources/tango.png">
- <img src="https://peuster.de/vimemu_dashboard_resources/osm.png">
+ <img src="https://files.peuster.de/vimemu_dashboard_resources/upb.png">
+ <img src="https://files.peuster.de/vimemu_dashboard_resources/tango.png">
+ <img src="https://files.peuster.de/vimemu_dashboard_resources/osm.png">
</div>
</div>
</div>