Skip to content

Commit 43f4952

Browse files
committed
docs: use Playground instead of REPL
1 parent 1289cb3 commit 43f4952

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

55
Vue JSX Vapor.
66

7-
[Docs](https://jsx-vapor.netlify.app/) . [REPL](https://repl.zmjs.dev/vuejs/vue-jsx-vapor)
7+
[Docs](https://jsx-vapor.netlify.app/) . [Playground](https://repl.zmjs.dev/vuejs/vue-jsx-vapor)
88

99
## Install
1010

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
nav: [
1515
{ text: 'Home', link: '/' },
1616
{ text: 'Features', link: '/features/directives' },
17-
{ text: 'REPL', link: 'https://repl.zmjs.dev/vuejs/vue-jsx-vapor' },
17+
{ text: 'Playground', link: 'https://repl.zmjs.dev/vuejs/vue-jsx-vapor' },
1818
],
1919

2020
sidebar: [

docs/introduction/interop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Vapor in Virtual DOM
66

7-
[REPL](https://repl.zmjs.dev/vuejs/vapor-in-virtual-dom)
7+
[Playground](https://repl.zmjs.dev/vuejs/vapor-in-virtual-dom)
88

99
::: code-group
1010

@@ -63,7 +63,7 @@ export default defineComponent(() => {
6363

6464
## Virtual DOM in Vapor
6565

66-
[REPL](https://repl.zmjs.dev/vuejs/virtual-dom-in-vapor)
66+
[Playground](https://repl.zmjs.dev/vuejs/virtual-dom-in-vapor)
6767

6868
::: code-group
6969

0 commit comments

Comments
 (0)