Author: nivanov Date: Tue Feb 17 06:25:59 2015 New Revision: 1660283 URL: http://svn.apache.org/r1660283 Log: Some fixes.
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=1660283&r1=1660282&r2=1660283&view=diff ============================================================================== --- incubator/ignite/site/trunk/features.html (original) +++ incubator/ignite/site/trunk/features.html Tue Feb 17 06:25:59 2015 @@ -944,14 +944,14 @@ under the License. </div> <nav class="col-md-4 col-sm-3 footer-nav"> <ul class="list-unstyled"> - <li><a href="#overview">Overview</a></li> - <li><a href="#documentation">Documentation</a></li> - <li><a href="#community">Community</a></li> - <li><a href="#download">Download</a></li> + <li><a href="index.html#overview">Overview</a></li> + <li><a href="index.html#documentation">Documentation</a></li> + <li><a href="index.html#community">Community</a></li> + <li><a href="index.html#download">Download</a></li> </ul> </nav> <div class="col-md-4 col-sm-4"> - <p align="right"> + <p> Copyright © 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. Apache, Apache Ignite, the Apache feather, Ignite logo are trademarks of The Apache Software Foundation. @@ -1024,25 +1024,25 @@ under the License. e.preventDefault(); $(this).tab('show') - }) + }); $('ul#compute-examples a[href="compute-example-closure"]').click(function (e) { e.preventDefault(); $(this).tab('show') - }) + }); $('ul#compute-examples a[href="service-example"]').click(function (e) { e.preventDefault(); $(this).tab('show') - }) + }); $('ul#compute-examples a[href="messaging-example-ordered"]').click(function (e) { e.preventDefault(); $(this).tab('show') - }) + }); $('ul#compute-examples a[href="messaging-example-unordered"]').click(function (e) { e.preventDefault(); @@ -1054,31 +1054,31 @@ under the License. e.preventDefault(); $(this).tab('show') - }) + }); $('ul#compute-examples a[href="clustering-example-broadcast"]').click(function (e) { e.preventDefault(); $(this).tab('show') - }) + }); $('ul#compute-examples a[href="clustering-example-unicast"]').click(function (e) { e.preventDefault(); $(this).tab('show') - }) + }); $('ul#compute-examples a[href="datastructures-example-queue"]').click(function (e) { e.preventDefault(); $(this).tab('show') - }) + }); $('ul#compute-examples a[href="datastructures-example-set"]').click(function (e) { e.preventDefault(); $(this).tab('show') - }) + }); $('ul#compute-examples a[href="datastructures-example-sequence"]').click(function (e) { e.preventDefault();