Using a root-based link for local images

This commit is contained in:
Andrew Phillips 2012-04-11 01:40:46 -04:00
parent d9098e6d2a
commit eb5d50762e
2 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,6 @@
<body>
<h2>Welcome!</h2>
<p>Click <a href="/tweets/get">here</a> to see tweets about jclouds.</p>
<p><img src="images/openshift-logo.png" alt="Powered by OpenShift Express" /></p>
<p><img src="/images/openshift-logo.png" alt="Powered by OpenShift Express" /></p>
</body>
</html>

View File

@ -101,7 +101,7 @@ overflow-y:auto;
</td>
</tr>
<tr>
<td><img src="images/openshift-logo.png" alt="Powered by OpenShift Express" /></td>
<td><img src="/images/openshift-logo.png" alt="Powered by OpenShift Express" /></td>
</tr>
</table>
</body>