From 190cd74fa4f966bcc6e8f00995baa51c43c38a2e Mon Sep 17 00:00:00 2001 From: Scott Bedard Date: Thu, 7 Jun 2018 10:07:21 -0700 Subject: [PATCH] Fix broken links It looks like the `/en` segment of the url changed, these old links returned 404s --- docs/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/testing.md b/docs/guide/testing.md index e98c826da..9d460446d 100644 --- a/docs/guide/testing.md +++ b/docs/guide/testing.md @@ -2,4 +2,4 @@ - [Vue CLI](https://github.com/vuejs/vue-cli) offers pre-configured unit testing and e2e testing setups. -- If you are interested in manually setting up unit tests for `*.vue` files, consult the docs for [@vue/test-utils](https://vue-test-utils.vuejs.org/en/), which covers setup with [mocha-webpack](https://vue-test-utils.vuejs.org/en/guides/testing-SFCs-with-mocha-webpack.html) or [Jest](https://vue-test-utils.vuejs.org/en/guides/testing-SFCs-with-jest.html). +- If you are interested in manually setting up unit tests for `*.vue` files, consult the docs for [@vue/test-utils](https://vue-test-utils.vuejs.org), which covers setup with [mocha-webpack](https://vue-test-utils.vuejs.org/guides/testing-SFCs-with-mocha-webpack.html) or [Jest](https://vue-test-utils.vuejs.org/guides/testing-SFCs-with-jest.html).