Skip to content

Commit e697be3

Browse files
authored
Remove mdn.io links (#1097)
1 parent f246c76 commit e697be3

File tree

1 file changed

+1
-1
lines changed
  • src/routes/solid-router/reference/components

1 file changed

+1
-1
lines changed

src/routes/solid-router/reference/components/a.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: A
33
---
44

5-
Solid Router exposes the `<A />` component as a wrapper around the [native anchor tag ](https://mdn.io/a).
5+
Solid Router exposes the `<A />` component as a wrapper around the [native anchor tag ](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a).
66
It relies on the routing context provided by the [`<Router>` component](/solid-router/reference/components/router) and if used outside, will triggers a runtime error..
77

88
`<A />` supports relative and base paths. `<a />` doesn't. But `<a />` gets augmented

0 commit comments

Comments
 (0)