website: Move the comparisons to sub-dir

This commit is contained in:
Armon Dadgar 2014-04-09 12:16:11 -07:00
parent e2d45b5eb0
commit ab48a06bde
6 changed files with 5 additions and 5 deletions

View File

@ -11,22 +11,22 @@
</li>
<li<%= sidebar_current("vs-other") %>>
<a href="/intro/vs-other-sw.html">Serf vs. Other Software</a>
<a href="/intro/vs/index.html">Serf vs. Other Software</a>
<ul class="nav">
<li<%= sidebar_current("vs-other-zk") %>>
<a href="/intro/vs-zookeeper.html">ZooKeeper, doozerd, etcd</a>
<a href="/intro/vs/zookeeper.html">ZooKeeper, doozerd, etcd</a>
</li>
<li<%= sidebar_current("vs-other-chef") %>>
<a href="/intro/vs-chef-puppet.html">Chef, Puppet, etc.</a>
<a href="/intro/vs/chef-puppet.html">Chef, Puppet, etc.</a>
</li>
<li<%= sidebar_current("vs-other-fabric") %>>
<a href="/intro/vs-fabric.html">Fabric</a>
<a href="/intro/vs/fabric.html">Fabric</a>
</li>
<li<%= sidebar_current("vs-other-custom") %>>
<a href="/intro/vs-custom.html">Custom Solutions</a>
<a href="/intro/vs/custom.html">Custom Solutions</a>
</li>
</ul>
</li>