Changed Platform Runtime libraries to fix broken links.
diff --git a/links.php b/links.php
index 6ef6a9d..e9a6547 100644
--- a/links.php
+++ b/links.php
@@ -3,7 +3,7 @@
// Where do we find the SDK/Platform?
$drop="R-3.2.2-200702121330";
$eclipse_sdk = "http://download.eclipse.org/eclipse/downloads/drops/$drop/index.php";
-$platform_runtime_binaries = "http://download.eclipse.org/eclipse/downloads/drops/$drop/callisto.php";
+$platform_runtime_binaries = "http://download.eclipse.org/eclipse/downloads/drops/R-3.2-200606291905/callisto.php";
$new_noteworthy = "http://www.eclipse.org/eclipse/development/readme_eclipse_3.2.2.html";
// Where is the discovery site (relative to this page).