Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
Prev Previous commit
Next Next commit
fix bad link to ruby example
  • Loading branch information
brandonmwest committed Nov 5, 2012
commit 4bd88a85c154a1707a237e923af10b6b20032856
2 changes: 1 addition & 1 deletion source/Code Examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ <h2><a href="python.html">Python</a></h2>
<div class="row-fluid">
<div class="span4 well callout">
<a href="ruby.html"><span class="pull-right framework-icon framework-iconruby"></span></a>
<h2><a href="Ruby.html">Ruby</a></h2>
<h2><a href="ruby.html">Ruby</a></h2>
</div>
</div>