Fix the images src in the website
Change-Id: I214f800cc5387a769832f3f7266d028a7fb1cf35
Signed-off-by: Ernesto Posse <eposse@gmail.com>
diff --git a/content/main.html b/content/main.html
index dcf5fd6..1992999 100644
--- a/content/main.html
+++ b/content/main.html
@@ -1,12 +1,12 @@
<div id="midcolumn">
<div id="title">
- <img alt="Papyrus-RT-Logo" src="images/Papyrus-RT-logo-full.png">
+ <img alt="Papyrus-RT-Logo" src="/papyrus-rt/content/images/Papyrus-RT-logo-full.png">
</div>
<div id="screenshot">
<img alt="Papyrus-RT 0.8 screenshot"
- src="images/Papyrus-RT-0.8-screenshot.png" width="800" height="620">
+ src="/papyrus-rt/content/images/Papyrus-RT-0.8-screenshot.png" width="800" height="620">
</div>
<h3>Papyrus-RT - UML-RT modelling and code generation environment</h3>