Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorewillink2012-07-05 09:11:35 +0000
committerewillink2012-07-05 09:11:35 +0000
commitaf3273513f8245b6edd601cbd7007666cc0e7606 (patch)
treee4b78f4cb66f74c1e319aebab9761eba0707b0a1
parent5cbc455c7897130ac7ca512c8fdd9cdfc95b66ce (diff)
downloadqvtd-af3273513f8245b6edd601cbd7007666cc0e7606.tar.gz
qvtd-af3273513f8245b6edd601cbd7007666cc0e7606.tar.xz
qvtd-af3273513f8245b6edd601cbd7007666cc0e7606.zip
Fix redirect to project page with About This linkHEADmaster
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 515fb4d..ffe934f 100644
--- a/index.php
+++ b/index.php
@@ -1 +1 @@
-<?php header("Location: http://www.eclipse.org/projects/project.php?id=modeling.mmt.qvtd"); ?> \ No newline at end of file
+<?php header("Location: http://www.eclipse.org/mmt/?project=qvtd"); ?> \ No newline at end of file

Back to the top