fix feed url
diff --git a/projects.php b/projects.php
index 698bdb1..e99b0e6 100644
--- a/projects.php
+++ b/projects.php
@@ -29,7 +29,7 @@
 		return $c;
 	}
 	$project_count = 0;
-	$url = "http://projects.eclipse.org/json/release/sdfsdf";
+	$url = "http://projects.eclipse.org/json/release/kepler";
 	$json = file_get_contents($url);
 	$data = json_decode($json);