Updated che boilerplate
diff --git a/_projectCommon.php b/_projectCommon.php
index 656111c..e16d6c9 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -21,7 +21,7 @@
   $Nav->addNavSeparator("Project FAQ", "/ecd/content/en_faq.php");
   $Nav->addNavSeparator("Sub-Projects", "/ecd/#sub-projects");
 
-  $Nav->addCustomNav("Che", "http://eclipse.org/che", "_self", NULL);
+  $Nav->addCustomNav("Che", "http://eclipseche.org/", "_self", NULL);
   $Nav->addCustomNav("Dirigible", "http://eclipse.org/dirigible", "_self", NULL);
   $Nav->addCustomNav("Flux", "http://eclipse.org/flux", "_self", NULL);
   $Nav->addCustomNav("Orion", "http://eclipse.org/orion", "_self", NULL);
diff --git a/content/en_index.php b/content/en_index.php
index 5b7ece3..0ac5e9f 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -20,8 +20,8 @@
       
     <h2 id="sub-projects">Sub-Projects</h2>
     <ul>
-      <li><a href="/che">Che</a><br />
-Che is a project to create a platform for creating cloud developer environments.  A cloud developer environment contains the tools, infrastructure, and processes necessary for a developer to edit, build, test, and debug an application. A cloud developer environment is hosted, whether running on your desktop, in your datacenter, or in the cloud. The environment can be cloned, embedded, and shared in ways that decentralized workspaces cannot. Che contains a set of microservices representing the developer workflow that are connected through CLI, API, and a JavaScript client. The JavaScript client is based upon an open kernal architecture that is fully extensible, following the Eclipse RCP architectural approach for distributed Web applications. Che is authored in Java, with a design optimized to minimize the port of Eclipse RCP plug-ins to operate in a distributed system with a JavaScript front-end. The Che project includes dozens of plug-ins, covering a variety of editors, languages, builders, source code management, and debuggers.
+      <li><a href="http://www.eclipseche.org/">Che</a><br />
+Eclipse Che is both a cloud IDE and an SDK for creating a custom cloud IDE by packaging extensions you author into an assembly. Che can be used as a desktop IDE, embedded IDE, or a hosted IDE.
       </li>
       <li><a href="/dirigible">Dirigible</a><br />
 Dirigible is a cloud development toolkit providing both development tools and runtime environment. It supports the complete development lifecycle of on-demand applications by leveraging in-system programming models and rapid application development techniques.      </li>