Author: dsetrakyan
Date: Thu Mar  5 02:38:14 2015
New Revision: 1664209

URL: http://svn.apache.org/r1664209
Log:
fixing examples

Modified:
    incubator/ignite/site/trunk/features.html

Modified: incubator/ignite/site/trunk/features.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/features.html?rev=1664209&r1=1664208&r2=1664209&view=diff
==============================================================================
--- incubator/ignite/site/trunk/features.html (original)
+++ incubator/ignite/site/trunk/features.html Thu Mar  5 02:38:14 2015
@@ -291,7 +291,7 @@ under the License.
             </div>
 
             <div class="feature-links">
-                <a target=wiki 
href="http://doc.gridgain.org/latest/Distributed+Computations";>Learn More <i 
class="fa fa-angle-double-right"></i></a>
+                <a target=wiki 
href="http://apacheignite.readme.io/v1.0/docs/compute-grid";>Learn More <i 
class="fa fa-angle-double-right"></i></a>
                 <a href="#features">Top <i class="fa 
fa-angle-double-up"></i></a>
             </div>
         </section>
@@ -304,16 +304,20 @@ under the License.
                 node, ensuring proper deployment and fault tolerance. Service 
Grid guarantees continuous availability
                 of all deployed services in case of node failures. <br/><br/>
             </p>
-            <div class="features-heading">Features:</div>
-            <ul class="features-list">
-                <li>Automatically Deploy Multiple Instances of a Service</li>
-                <li>Automatically Deploy a Service as Singleton</li>
-                <li>Automatically Deploy Services on Node Start-Up</li>
-                <li>Fault Tolerant Deployment</li>
-                <li>Un-Deploy Any of the Deployed Services</li>
-                <li>Get Service Deployment Topology Information</li>
-                <li>Access Remotely Deployed Service via Service Proxy</li>
-            </ul>
+            <div class="feature-box">
+                <div class="feature-left">
+                    <div class="features-heading">Features:</div>
+                    <ul class="features-list">
+                        <li>Automatically Deploy Multiple Instances of a 
Service</li>
+                        <li>Automatically Deploy a Service as Singleton</li>
+                        <li>Automatically Deploy Services on Node Start-Up</li>
+                        <li>Fault Tolerant Deployment</li>
+                        <li>Un-Deploy Any of the Deployed Services</li>
+                        <li>Get Service Deployment Topology Information</li>
+                        <li>Access Remotely Deployed Service via Service 
Proxy</li>
+                    </ul>
+                </div>
+            </div>
 
             <div class="code-examples">
                 <div class="examples-heading">Examples:</div>


Reply via email to