Repaired hyperlinks
diff --git a/project-info/overview.html b/project-info/overview.html
index 1408deb..5bbdab6 100644
--- a/project-info/overview.html
+++ b/project-info/overview.html
@@ -1,5 +1,5 @@
- <p>Teneo is a database persistency solution for EMF using <a http="http://www.eclipse.org/eclipselink/" target="_new">Eclipselink</a> or
- <a http="http://www.hibernate.org" target="_new">Hibernate</a>.
+ <p>Teneo is a database persistency solution for EMF using <a href="http://www.eclipse.org/eclipselink/" target="_new">Eclipselink</a> or
+ <a href="http://www.hibernate.org" target="_new">Hibernate</a>.
It supports automatic creation of EMF to Relational Mappings and the related database
schemas. The solution contains a runtime layer to support specific EMF features.
EMF Objects can be stored and retrieved using advanced queries (HQL or EJB-QL).