Fix the sdk/scritps/create_*_symlinks for the new SDK git project.
diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh
index dcbc5b3..db4673f 100755
--- a/eclipse/scripts/create_all_symlinks.sh
+++ b/eclipse/scripts/create_all_symlinks.sh
@@ -18,9 +18,9 @@
 
 # CD to the top android directory
 D=`dirname "$0"`
-cd "$D/../../../../"
+cd "$D/../../../"
 
-DEST="development/tools/eclipse/scripts"
+DEST="sdk/eclipse/scripts"
 
 set -e # fail early