From: Sascha Girrulat <sascha@girrulat.de>
Date: Thu, 28 Jul 2011 10:58:16 +0200
Subject: typo, missing dot at index page
so the link to the screenshots doesn't point do a not existing page
---
www/index.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/www/index.html b/www/index.html
index 12022d9..0cb1ca0 100644
--- a/www/index.html
+++ b/www/index.html
@@ -1,7 +1,7 @@
<!-- MAIN CONTENT -->
<h4 class="page-header">Autofill Forms - Mozilla Firefox add-on</h4>
-<a style="float:right; margin-left:20px;" href="/screenshots.html">
+<a style="float:right; margin-left:20px;" href="./screenshots.html">
<img src="./graphics/screenshots/preview/autofill-forms-01.png" alt="screenshot-01"/>
</a>
<p>Autofill Forms enables you to fill out web forms with one click or a keyboard shortcut.</p>
--