]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix jsx namespace link in 3.4 changelog [ci skip]
authorEvan You <yyx990803@gmail.com>
Fri, 29 Dec 2023 02:55:30 +0000 (10:55 +0800)
committerEvan You <yyx990803@gmail.com>
Fri, 29 Dec 2023 02:55:30 +0000 (10:55 +0800)
CHANGELOG.md

index b1c516894dc8b1aa2c38781f045899ef04923cbd..d1e374825f8ec6482b54e9fdc65585c18bad68d8 100644 (file)
@@ -11,7 +11,7 @@
    - nuxt@^3.9.0 (if using Nuxt)
    - vue-loader@^17.4.0 (if using webpack or vue-cli)
 
-2. If using TSX with Vue, check actions needed in [Removed: Global JSX Namespace](https://blog.vuejs.org/posts/vue-3-4#removed-global-jsx-namespace).
+2. If using TSX with Vue, check actions needed in [Removed: Global JSX Namespace](https://blog.vuejs.org/posts/vue-3-4#global-jsx-namespace).
 
 3. Make sure you are no longer using any deprecated features (if you are, you should have warnings in the console telling you so). They may have been [removed in 3.4](https://blog.vuejs.org/posts/vue-3-4#other-removed-features).