diff --git a/src/guide/testing.md b/src/guide/testing.md index cd0b198a32..0b76f781e0 100644 --- a/src/guide/testing.md +++ b/src/guide/testing.md @@ -91,7 +91,7 @@ Vue Test Utils is the official low-level component testing library that was writ **Resources** - [Official Vue Test Utils Documentation](https://vue-test-utils.vuejs.org) -- [Vue Testing Handbook](https://lmiller1990.github.io/vue-testing-handbook/#what-is-this-guide) by Lachlan Miller +- [Vue Testing Handbook](https://lmiller1990.github.io/vue-testing-handbook/v3/#what-is-this-guide) by Lachlan Miller ## End-to-End (E2E) Testing