Updated for 3.2.2
diff --git a/links.php b/links.php
index 15be4e0..6ef6a9d 100644
--- a/links.php
+++ b/links.php
@@ -1,10 +1,10 @@
 <?php 
 
 // Where do we find the SDK/Platform?
-$drop="R-3.2.1-200609210945";
+$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";
-$new_noteworthy = "http://www.eclipse.org/eclipse/development/readme_eclipse_3.2.1.html";
+$new_noteworthy = "http://www.eclipse.org/eclipse/development/readme_eclipse_3.2.2.html";
 
 // Where is the discovery site (relative to this page).
 $callisto_discovery = "discovery.php";