diff --git a/docs/components/badge.md b/docs/components/badge.md
index 4e4bafcde0..896c917f3c 100644
--- a/docs/components/badge.md
+++ b/docs/components/badge.md
@@ -53,3 +53,16 @@ Use the `.badge-pill` modifier class to make badges more rounded (with a larger
Warning
Danger
{% endexample %}
+
+## Links
+
+Using the `.badge` classes with the `` element quickly provide _actionable_ badges with hover and focus states.
+
+{% example html %}
+Default
+Primary
+Success
+Info
+Warning
+Danger
+{% endexample %}