Skip to content

Commit a7302c7

Browse files
authored
docs: update jsx repository link (vuejs#463)
1 parent 8af2a14 commit a7302c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/render-function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Especially when the template version is so concise in comparison:
409409
<anchored-heading :level="1"> <span>Hello</span> world! </anchored-heading>
410410
```
411411

412-
That's why there's a [Babel plugin](https://github.com/vuejs/jsx) to use JSX with Vue, getting us back to a syntax that's closer to templates:
412+
That's why there's a [Babel plugin](https://github.com/vuejs/jsx-next) to use JSX with Vue, getting us back to a syntax that's closer to templates:
413413

414414
```jsx
415415
import AnchoredHeading from './AnchoredHeading.vue'
@@ -426,7 +426,7 @@ new Vue({
426426
})
427427
```
428428

429-
For more on how JSX maps to JavaScript, see the [usage docs](https://github.com/vuejs/jsx#installation).
429+
For more on how JSX maps to JavaScript, see the [usage docs](https://github.com/vuejs/jsx-next#installation).
430430

431431
## Template Compilation
432432

0 commit comments

Comments
 (0)