From 544467267c9fdee5f295f6d442a8ccb048ae2f59 Mon Sep 17 00:00:00 2001 From: Eric Bednarz <77101695+ericbednarz@users.noreply.github.com> Date: Sat, 8 May 2021 14:24:50 +0200 Subject: [PATCH] fix: vue-i18n example link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ced410..b0687a5 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,6 @@ instead of filing an issue on GitHub. [vuex-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vuex.js [vue-router-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vue-router.js [vee-validate-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/validate-plugin.js -[vue-i18n-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vue-i18n.js +[vue-i18n-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/translations-vue-i18n.js [vuetify-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vuetify.js