Using absolute links to images to account for different starting paths

This commit is contained in:
Andrew Phillips 2012-05-02 01:53:43 -07:00
parent 4c35bc7756
commit e03208bfea
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/heroku-logo.png" alt="Powered by Heroku" /></p>
<p><img src="/images/heroku-logo.png" alt="Powered by Heroku" /></p>
</body>
</html>

View File

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