Skip to content

Commit 4c827a0

Browse files
38elementseddyerburgh
authored andcommitted
docs: fix links in README.md (#680)
1 parent b4517ab commit 4c827a0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Vue Test Utils is the official unit testing utility library for Vue.js.
44

5-
* [Guides](./guides/README.md)
5+
* [Guides](./guides/)
66
* [Getting Started](./guides/getting-started.md)
77
* [Common Tips](guides/common-tips.md)
88
* [Mouse, Key and other DOM Events](guides/dom-events.md)
@@ -13,7 +13,7 @@ Vue Test Utils is the official unit testing utility library for Vue.js.
1313
* [Testing Asynchronous Behavior](guides/testing-async-components.md)
1414
* [Using with Vue Router](guides/using-with-vue-router.md)
1515
* [Using with Vuex](guides/using-with-vuex.md)
16-
* [API](api/README.md)
16+
* [API](api/)
1717
* [mount](api/mount.md)
1818
* [shallowMount](api/shallowMount.md)
1919
* [render](api/render.md)
@@ -31,7 +31,7 @@ Vue Test Utils is the official unit testing utility library for Vue.js.
3131
- [provide](api/options.md#provide)
3232
- [sync](api/options.md#sync)
3333
- [other options](api/options.md#other-options)
34-
* [Wrapper](api/wrapper/README.md)
34+
* [Wrapper](api/wrapper/)
3535
* [attributes](api/wrapper/attributes.md)
3636
* [classes](api/wrapper/classes.md)
3737
* [contains](api/wrapper/contains.md)
@@ -53,7 +53,7 @@ Vue Test Utils is the official unit testing utility library for Vue.js.
5353
* [text](api/wrapper/text.md)
5454
* [trigger](api/wrapper/trigger.md)
5555
* [isVisible](api/wrapper/isVisible.md)
56-
* [WrapperArray](api/wrapper-array/README.md)
56+
* [WrapperArray](api/wrapper-array/)
5757
* [at](api/wrapper-array/at.md)
5858
* [contains](api/wrapper-array/contains.md)
5959
* [exists](api/wrapper/exists.md)
@@ -67,7 +67,7 @@ Vue Test Utils is the official unit testing utility library for Vue.js.
6767
* [setProps](api/wrapper-array/setProps.md)
6868
* [trigger](api/wrapper-array/trigger.md)
6969
* [isVisible](api/wrapper-array/isVisible.md)
70-
* [components](api/components/README.md)
70+
* [components](api/components/)
7171
* [TransitionStub](api/components/TransitionStub.md)
7272
* [TransitionGroupStub](api/components/TransitionGroupStub.md)
7373
* [RouterLinkStub](api/components/RouterLinkStub.md)

docs/ja/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`vue-test-utils`は Vue.js 向けの公式単体テストライブラリです。
44

5-
* [ガイド](guides/README.md)
5+
* [ガイド](guides/)
66
* [はじめる](guides/getting-started.md)
77
* [一般的なヒント](guides/common-tips.md)
88
* [キー、マウス、その他の DOM イベントのテスト](guides/dom-events.md)
@@ -13,7 +13,7 @@
1313
* [非同期動作のテスト](guides/testing-async-components.md)
1414
* [Vue Router と一緒に使う](guides/using-with-vue-router.md)
1515
* [Vuex と一緒に使う](guides/using-with-vuex.md)
16-
* [API](api/README.md)
16+
* [API](api/)
1717
* [mount](api/mount.md)
1818
* [shallowMount](api/shallowMount.md)
1919
* [render](api/render.md)
@@ -31,7 +31,7 @@
3131
- [provide](api/options.md#provide)
3232
- [sync](api/options.md#sync)
3333
- [その他のオプション](api/options.md#その他のオプション)
34-
* [Wrapper](api/wrapper/README.md)
34+
* [Wrapper](api/wrapper/)
3535
* [attributes](api/wrapper/attributes.md)
3636
* [classes](api/wrapper/classes.md)
3737
* [contains](api/wrapper/contains.md)
@@ -53,7 +53,7 @@
5353
* [text](api/wrapper/text.md)
5454
* [trigger](api/wrapper/trigger.md)
5555
* [isVisible](api/wrapper/isVisible.md)
56-
* [WrapperArray](api/wrapper-array/README.md)
56+
* [WrapperArray](api/wrapper-array/)
5757
* [at](api/wrapper-array/at.md)
5858
* [contains](api/wrapper-array/contains.md)
5959
* [exists](api/wrapper/exists.md)
@@ -67,7 +67,7 @@
6767
* [setProps](api/wrapper-array/setProps.md)
6868
* [trigger](api/wrapper-array/trigger.md)
6969
* [isVisible](api/wrapper-array/isVisible.md)
70-
* [コンポーネント](api/components/README.md)
70+
* [コンポーネント](api/components/)
7171
* [TransitionStub](api/components/TransitionStub.md)
7272
* [TransitionGroupStub](api/components/TransitionGroupStub.md)
7373
* [RouterLinkStub](api/components/RouterLinkStub.md)

0 commit comments

Comments
 (0)