diff --git a/src/guide/render-function.md b/src/guide/render-function.md index 975c3ea039..4d22cd5f19 100644 --- a/src/guide/render-function.md +++ b/src/guide/render-function.md @@ -409,7 +409,7 @@ Especially when the template version is so concise in comparison: Hello world! ``` -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: +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: ```jsx import AnchoredHeading from './AnchoredHeading.vue' @@ -426,7 +426,7 @@ new Vue({ }) ``` -For more on how JSX maps to JavaScript, see the [usage docs](https://github.com/vuejs/jsx#installation). +For more on how JSX maps to JavaScript, see the [usage docs](https://github.com/vuejs/jsx-next#installation). ## Template Compilation