Skip to content

Commit 0cb2514

Browse files
nickmessingphanan
authored andcommitted
chore: Update links to new JSX plugin (#1942)
1 parent 0ce683b commit 0cb2514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/v2/guide/render-function.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Especially when the template version is so simple in comparison:
480480
</anchored-heading>
481481
```
482482

483-
That's why there's a [Babel plugin](https://github.com/vuejs/babel-plugin-transform-vue-jsx) to use JSX with Vue, getting us back to a syntax that's closer to templates:
483+
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:
484484

485485
``` js
486486
import AnchoredHeading from './AnchoredHeading.vue'
@@ -499,7 +499,7 @@ new Vue({
499499

500500
<p class="tip">Aliasing `createElement` to `h` is a common convention you'll see in the Vue ecosystem and is actually required for JSX. If `h` is not available in the scope, your app will throw an error.</p>
501501

502-
For more on how JSX maps to JavaScript, see the [usage docs](https://github.com/vuejs/babel-plugin-transform-vue-jsx#usage).
502+
For more on how JSX maps to JavaScript, see the [usage docs](https://github.com/vuejs/jsx#installation).
503503

504504
## Functional Components
505505

0 commit comments

Comments
 (0)