Bug 456712 - Change path to the new CLA tab in My Account

Signed-off-by: Eric Poirier <eric@eclipse.org>
diff --git a/cla/index.php b/cla/index.php
index eed00bc..a442923 100644
--- a/cla/index.php
+++ b/cla/index.php
@@ -9,10 +9,10 @@
  * Contributors:
  *    Eric Poirier (Eclipse Foundation) - Initial implementation
  *******************************************************************************/
-$domain = "https://projects.eclipse.org";
+$domain = "https://dev.eclipse.org/site_login";
 $url = array (
-    'path' => $domain . '/user/sign/cla/',
-    'option' => '',
+    'path' => $domain,
+    'option' => '?takemeback=' . urlencode($domain . '/myaccount.php#open_tab_cla'),
 );
 header('Location: ' . $url['path'] . $url['option'],'302');
 exit();
\ No newline at end of file