diff --git a/src/routes/solid-router/reference/components/a.mdx b/src/routes/solid-router/reference/components/a.mdx
index 6b99bb348a..a9d5a85188 100644
--- a/src/routes/solid-router/reference/components/a.mdx
+++ b/src/routes/solid-router/reference/components/a.mdx
@@ -12,6 +12,10 @@ description: >-
A wraps a native anchor element for Solid Router navigation.
---
+:::note
+`A` will be deprecated in favor of the native `` element.
+:::
+
`A` wraps the native [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a) element with Solid Router path resolution, active-state classes, and the router `link` marker used by delegated navigation handling.
## Import