Skip to content

Commit 1c6c6e9

Browse files
Merge branch 'main' into improve-session-docs
2 parents 59cc003 + e697be3 commit 1c6c6e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/solid-router/reference/components

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)