Merge pull request #5934 from timlevett/fix_href_for_animated_reference

Fix link to spinning examples href to be #animated instead of #spinning
This commit is contained in:
Geremia Taglialatela 2015-03-11 21:22:48 +01:00
commit c34eb8f82c

View file

@ -6,7 +6,7 @@
<li>
<i class="fa fa-info-circle fa-lg fa-li"></i>
These icons work great with the <code>fa-spin</code> class. Check out the
<a href="{{ page.relative_path }}examples/#spinning" class="alert-link">spinning icons example</a>.
<a href="{{ page.relative_path }}examples/#animated" class="alert-link">spinning icons example</a>.
</li>
</ul>
</div>