Added emf_redirect option for Teneo to refer to Teneo specific pages
diff --git a/index.php b/index.php
new file mode 100755
index 0000000..234db90
--- /dev/null
+++ b/index.php
@@ -0,0 +1 @@
+<?php header("Location: http://wiki.eclipse.org/Teneo"); ?>
diff --git a/project-info/project-page-paragraph.html b/project-info/project-page-paragraph.html
index fae05a3..08e94b8 100644
--- a/project-info/project-page-paragraph.html
+++ b/project-info/project-page-paragraph.html
@@ -1,3 +1,3 @@
- <p>Teneo is a database persistency solution for EMF using Hibernate or EclipseLink.
+ <p><a href="http://wiki.eclipse.org/Teneo">Teneo</a> is a database persistency solution for EMF using Hibernate or EclipseLink.
It supports automatic creation of EMF to Relational Mappings. EMF Objects can be
stored and retrieved using advanced queries (HQL or EJB-QL).</p>
\ No newline at end of file