Skip to content

Commit eb4e5ba

Browse files
committed
docs: remove version from repl links
1 parent 17cd265 commit eb4e5ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Here are some unique features that help SMUI stand out:
2020
- You can add event modifiers with the `on:click$preventDefault$capture={handler}` syntax.
2121
- You have to use "$" instead of "|" like in native Svelte. (The extra S inside the | stands for SMUI.)
2222
- Supported modifiers are: preventDefault, stopPropagation, passive, nonpassive, capture, and once
23-
- SMUI [supports RTL languages](https://svelte.dev/repl/c2ff2d5dd5404eccb901ba04ef0161be?version=3.51.0).
23+
- SMUI [supports RTL languages](https://svelte.dev/repl/c2ff2d5dd5404eccb901ba04ef0161be).
2424

2525
# Installation
2626

REPL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Using SMUI in the Svelte REPL
22

3-
Check out an [example REPL](https://svelte.dev/repl/aa857c3bb5eb478cbe6b1fd6c6da522a?version=3.51.0).
3+
Check out an [example REPL](https://svelte.dev/repl/aa857c3bb5eb478cbe6b1fd6c6da522a).
44

55
SMUI components provide "bare.css" files to use in the REPL. In a `<svelte:head>` section, load from a CDN like UNPKG the CSS files for the fonts, for Material typography, and for SMUI:
66

packages/site/src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
component and many internal elements within them. SMUI forwards
248248
all events from every component, and supports event modifiers,
249249
including passive. SMUI works in the Svelte REPL, meaning you can <a
250-
href="https://svelte.dev/repl/aa857c3bb5eb478cbe6b1fd6c6da522a?version=3.51.0"
250+
href="https://svelte.dev/repl/aa857c3bb5eb478cbe6b1fd6c6da522a"
251251
target="_blank">play with it right now</a
252252
>.
253253
</SecondaryText>

0 commit comments

Comments
 (0)