CDT 10.2.0

Change-Id: I76ed6f6d19a505be09920fa0478c9dc46e7c7eb7
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
diff --git a/downloads.php b/downloads.php
index a7e9880..801e312 100644
--- a/downloads.php
+++ b/downloads.php
@@ -22,8 +22,25 @@
 <p>The CDT can either be installed as part of the Eclipse C/C++ IDE packaged zip file or installed
 	into an existing Eclipse using the "Install New Software..." dialog and entering the p2
 	repository URLs listed below.</p>
-<p>CDT also provides its debugger as a stand-alone <a href="https://wiki.eclipse.org/Rich_Client_Platform">RCP</a>
-application which can be downloaded and installed on its own. You can find more information about the Stand-alone Debugger on the <a href="https://wiki.eclipse.org/CDT/StandaloneDebugger">Wiki</a>.</p>
+<p>CDT can be used as a standalone debugger. Please See <a href="https://wiki.eclipse.org/CDT/StandaloneDebugger">Standalone Debugger on Wiki</a> and download the
+Eclipse C/C++ IDE from <a href="https://www.eclipse.org/downloads/">main downloads site</a>.</p>
+
+<h3>CDT 10.2.0 for Eclipse 2021-03</h3>
+<p>Eclipse package:
+	<a href="https://www.eclipse.org/downloads/packages/release/2021-03/r/eclipse-ide-cc-developers">
+	Eclipse C/C++ IDE for 2021-03</a> .</p>
+<p>p2 software repository: <a href="http://download.eclipse.org/tools/cdt/releases/10.2">
+	http://download.eclipse.org/tools/cdt/releases/10.2</a></p>
+<p>The git repo have been tagged with the <a href="http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/tag/?h=CDT_10_2_0">CDT_10_2_0</a> tag.
+	You can download the source from the <a href="http://git.eclipse.org/c/cdt/org.eclipse.cdt.git">web interface</a>.</p>
+<p>Archived p2 repos:
+<ul>
+<li><a href="http://www.eclipse.org/downloads/download.php?file=/tools/cdt/releases/10.2/cdt-10.2.0/cdt-10.2.0.zip">cdt-10.2.0.zip</a></li>
+</ul>
+</p>
+<p>As of CDT 10.2.0 CDT no longer provides a separate standalone debugger download. Please See <a href="https://wiki.eclipse.org/CDT/StandaloneDebugger">Standalone Debugger on Wiki</a> and download the
+Eclipse C/C++ IDE from <a href="https://www.eclipse.org/downloads/">main downloads site</a>.
+</p>
 
 <h3>CDT 10.1.0 for Eclipse 2020-12</h3>
 <p>Eclipse package:
diff --git a/index.php b/index.php
index a5b1bbd..041d178 100644
--- a/index.php
+++ b/index.php
@@ -56,13 +56,13 @@
 
 <div>
 <h3>Current Status</h3>
-<p>Development is underway on bugfixes for the CDT 10.1.x release series and 
-for the next version, CDT 10.2.0 which is expected to join the release train for the 2021-03 Simultaneous Release.</p>
+<p>Development is underway on bugfixes for the CDT 10.2.x release series and 
+for the next version, CDT 10.3.0 which is expected to join the release train for the 2021-06 Simultaneous Release.</p>
 </div>
 
 <div id="headlines">
-<h3>CDT 10.1.0 Now Available</h3>
-<p><i>Dec 16, 2020 -</i> CDT 10.1.0 for Eclipse 2020-12. Check the <a href="downloads.php">Download</a> link on how to get yours.</p>
+<h3>CDT 10.2.0 Now Available</h3>
+<p><i>Mar 17, 2021 -</i> CDT 10.2.0 for Eclipse 2021-03. Check the <a href="downloads.php">Download</a> link on how to get yours.</p>
 </div>