Browse Source

Merge pull request #5934 from timlevett/fix_href_for_animated_reference

Fix link to spinning examples href to be #animated instead of #spinning
Geremia Taglialatela 10 years ago
parent
commit
c34eb8f82c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/_includes/icons/spinner.html

+ 1 - 1
src/_includes/icons/spinner.html

@@ -6,7 +6,7 @@
       <li>
       <li>
         <i class="fa fa-info-circle fa-lg fa-li"></i>
         <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
         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>
       </li>
     </ul>
     </ul>
   </div>
   </div>