docs(virtual-scroll, slides): add correct links to migration guides (#23502)

This commit is contained in:
Liam DeBeasi
2021-06-23 18:32:38 -04:00
committed by GitHub
parent f00b452c1f
commit ceabba154c
2 changed files with 8 additions and 6 deletions

View File

@ -44,9 +44,11 @@ We plan to remove `ion-slides` and `ion-slide` in Ionic Framework v7. `ion-slide
Since the underlying technology that powers your slides is the same, the migration process is easy! Follow the guides below for your specific framework. Since the underlying technology that powers your slides is the same, the migration process is easy! Follow the guides below for your specific framework.
Migration for Ionic Angular users: https://ionicframework.com/docs/angular/slides [Migration for Ionic Angular users](../angular/slides)
Migration for Ionic React users: https://ionicframework.com/docs/react/slides
Migration for Ionic Vue users: https://ionicframework.com/docs/vue/slides [Migration for Ionic React users](../react/slides)
[Migration for Ionic Vue users](../vue/slides)
------ ------

View File

@ -11,15 +11,15 @@ This guide will go over the recommended virtual scrolling packages for each fram
## Angular ## Angular
For virtual scrolling options in Ionic Angular, please see https://ionicframework.com/docs/angular/virtual-scroll. For virtual scrolling options in Ionic Angular, please see [Angular Virtual Scroll Guide](../angular/virtual-scroll).
## React ## React
For virtual scrolling options in Ionic React, please see: https://ionicframework.com/docs/react/virtual-scroll. For virtual scrolling options in Ionic React, please see [React Virtual Scroll Guide](../react/virtual-scroll).
## Vue ## Vue
For virtual scrolling options in Ionic Vue, please see: https://ionicframework.com/docs/vue/virtual-scroll. For virtual scrolling options in Ionic Vue, please see [Vue Virtual Scroll Guide](../vue/virtual-scroll).
------ ------