blob: 16052ca8e021523ce00ab9bce3eec5731763d08b [file] [log] [blame]
<?php
header ("HTTP/1.1 301 Moved Permanently");
header ("Location: http://www.eclipse.org/gef/documentation.php");
exit();
?>