Skip to content

Commit 4cb62c2

Browse files
authored
Updated broken links (#148)
The links to the ionic components was broken. they seem to have renamed them without -controller at the end of the name
1 parent 9fdd9c0 commit 4cb62c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ Vue.component('Foo', {
120120

121121
IonicVue supports all of the Ionic controllers:
122122

123-
- [Action Sheet](https://github.com/ionic-team/ionic/tree/master/core/src/components/action-sheet-controller)
124-
- [Alert](https://github.com/ionic-team/ionic/tree/master/core/src/components/alert-controller)
125-
- [Loading](https://github.com/ionic-team/ionic/tree/master/core/src/components/loading-controller)
126-
- [Menu](https://github.com/ionic-team/ionic/tree/master/core/src/components/menu-controller)
127-
- [Modal](https://github.com/ionic-team/ionic/tree/master/core/src/components/modal-controller)
128-
- [Picker](https://github.com/ionic-team/ionic/tree/master/core/src/components/picker-controller)
129-
- [Popover](https://github.com/ionic-team/ionic/tree/master/core/src/components/popover-controller)
130-
- [Toast](https://github.com/ionic-team/ionic/tree/master/core/src/components/toast-controller)
123+
- [Action Sheet](https://github.com/ionic-team/ionic/tree/master/core/src/components/action-sheet)
124+
- [Alert](https://github.com/ionic-team/ionic/tree/master/core/src/components/alert)
125+
- [Loading](https://github.com/ionic-team/ionic/tree/master/core/src/components/loading)
126+
- [Menu](https://github.com/ionic-team/ionic/tree/master/core/src/components/menu)
127+
- [Modal](https://github.com/ionic-team/ionic/tree/master/core/src/components/modal)
128+
- [Picker](https://github.com/ionic-team/ionic/tree/master/core/src/components/picker)
129+
- [Popover](https://github.com/ionic-team/ionic/tree/master/core/src/components/popover)
130+
- [Toast](https://github.com/ionic-team/ionic/tree/master/core/src/components/toast)
131131

132132
### IonicVueRouter
133133

0 commit comments

Comments
 (0)