Skip to content

Commit 1d7264d

Browse files
committed
docs: remove version number from url
1 parent f4c2e97 commit 1d7264d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/layouts/partials/callout-danger-async-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
All API methods are **asynchronous** and start a **transition**. They return to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**.
44

5-
[See our JavaScript documentation for more information](/docs/getting-started/javascript/#asynchronous-functions-and-transitions).
5+
[See our JavaScript documentation for more information](/getting-started/javascript/#asynchronous-functions-and-transitions).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The animation effect of this component is dependent on the `prefers-reduced-motion` media query. See the [reduced motion section of our accessibility documentation](/docs/getting-started/accessibility/#reduced-motion).
1+
The animation effect of this component is dependent on the `prefers-reduced-motion` media query. See the [reduced motion section of our accessibility documentation](/getting-started/accessibility/#reduced-motion).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
By default, this component uses the built-in content sanitizer, which strips out any HTML elements that are not explicitly allowed. See the [sanitizer section in our JavaScript documentation](/docs/getting-started/javascript/#sanitizer) for more details.
1+
By default, this component uses the built-in content sanitizer, which strips out any HTML elements that are not explicitly allowed. See the [sanitizer section in our JavaScript documentation](/getting-started/javascript/#sanitizer) for more details.

0 commit comments

Comments
 (0)