Skip to content

Commit

Permalink
docs(ru): fix wrong links
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 7, 2018
1 parent 645f735 commit 37ee677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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), which covers setup with [mocha-webpack](https://vue-test-utils.vuejs.org/guides/#testing-single-file-components-with-mocha-webpack) or [Jest](https://vue-test-utils.vuejs.org/guides/#testing-single-file-components-with-jest).
- 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/ru/guides/#%D1%82%D0%B5%D1%81%D1%82%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5-%D0%BE%D0%B4%D0%BD%D0%BE%D1%84%D0%B0%D0%B9n%D0%BE%D0%B2%D1%8B%D1%85-%D0%BA%D0%BE%D0%BC%D0%BF%D0%BE%D0%BD%D0%B5%D0%BD%D1%82%D0%BE%D0%B2-%D1%81-mocha-webpack) or [Jest](https://vue-test-utils.vuejs.org/ru/guides/#%D1%82%D0%B5%D1%81%D1%82%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5-%D0%BE%D0%B4%D0%BD%D0%BE%D1%84%D0%B0%D0%B9n%D0%BE%D0%B2%D1%8B%D1%85-%D0%BA%D0%BE%D0%BC%D0%BF%D0%BE%D0%BD%D0%B5%D0%BD%D1%82%D0%BE%D0%B2-%D1%81-jest).

This comment has been minimized.

Copy link
@Jinjiang

Jinjiang Aug 13, 2018

Member

Is this link in en doc mis-updated?

2 changes: 1 addition & 1 deletion docs/ru/guide/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

- [Vue CLI](https://github.com/vuejs/vue-cli) предлагает вам готовые решения для модульного и e2e-тестирования.

- Если вы заинтересованы в ручной настройке модульного тестирования для `*.vue` файлов, ознакомьтесь с [документацией для `@vue/test-utils`](https://vue-test-utils.vuejs.org/en/), которая описывает настройку тестов с помощью [mocha-webpack](https://vue-test-utils.vuejs.org/en/guides/testing-SFCs-with-mocha-webpack.html) или [Jest](https://vue-test-utils.vuejs.org/en/guides/testing-SFCs-with-jest.html).
- Если вы заинтересованы в ручной настройке модульного тестирования для `*.vue` файлов, ознакомьтесь с [документацией для `@vue/test-utils`](https://vue-test-utils.vuejs.org), которая описывает настройку тестов с помощью [mocha-webpack](https://vue-test-utils.vuejs.org/en/guides/testing-SFCs-with-mocha-webpack.html) или [Jest](https://vue-test-utils.vuejs.org/en/guides/testing-SFCs-with-jest.html).

This comment has been minimized.

Copy link
@Jinjiang

Jinjiang Aug 13, 2018

Member

I guess the the new link should be here and the en doc should be reverted back.

This comment has been minimized.

Copy link
@yyx990803

yyx990803 Aug 13, 2018

Author Member

good catch, fixed

0 comments on commit 37ee677

Please sign in to comment.