commit | 44dfae208423b87690b3a9e3b9ac3d06870e34e7 | [log] [tgz] |
---|---|---|
author | ewillink <ewillink> | Thu Jul 05 09:11:35 2012 +0000 |
committer | ewillink <ewillink> | Thu Jul 05 09:11:35 2012 +0000 |
tree | 8222c9133840b5b96a3b05e685c143470ea729cf | |
parent | 9feddced0a0bc731461051b3ecabe10c4a0fc420 [diff] |
Fix redirect to project page with About This link
diff --git a/index.php b/index.php index 73d77f5..cf93e51 100644 --- a/index.php +++ b/index.php
@@ -1 +1 @@ -<?php header("Location: http://www.eclipse.org/projects/project.php?id=modeling.mmt.qvt-oml"); ?> \ No newline at end of file +<?php header("Location: http://www.eclipse.org/mmt/?project=qvto"); ?> \ No newline at end of file