From cc4741aa2aabf4de828354f927aea0f540148a93 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Fri, 18 Sep 2020 10:36:10 -0600 Subject: [PATCH] fix: `introduction.md`: `notable-new-features` anchor in TOC The link seems to have been broken with commit 7e55600a84e37d6b26656e44394438d975ae4909 ([pretty GH view][pretty-view]). [pretty-view]: https://github.com/vuejs/docs-next/commit/7e55600a84e37d6b26656e44394438d975ae4909#diff-c9868b6bf75c863c7384dcf155eb6497R35 --- src/guide/migration/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/migration/introduction.md b/src/guide/migration/introduction.md index e44982d2e7..1e97b4b925 100644 --- a/src/guide/migration/introduction.md +++ b/src/guide/migration/introduction.md @@ -3,7 +3,7 @@ This guide is primarily for users with prior Vue 2 experience who want to learn about the new features and changes in Vue 3. The lists may look long, but it is because we want to be as thorough as possible and provide detailed examples for every documented change. **This is not something you have to read from top to bottom before trying out Vue 3.** - [Quickstart](#quickstart) -- [New Features](#new-features) +- [Notable New Features](#notable-new-features) - [Breaking Changes](#breaking-changes) - [Supporting Libraries](#supporting-libraries)