.disabled instead of .btn-disabled
Created by: paugay
Just a quick fix into the documentation.
For link buttons "<a href..." the class for mark a button as disabled is not "btn-disabled" as the documentation says (http://twitter.github.com/bootstrap/base-css.html#buttons), the right css class name is "disabled".