docs(slides): fix links for slides (#15015)

Links were pointing to https://beta.ionicframework.com/docs/api/Slides (upper-case 'S') when they should be pointing to "https://beta.ionicframework.com/docs/api/slides" (lower-case 's').
This commit is contained in:
Bronley Plumb
2018-08-06 17:08:36 -04:00
committed by Brandy Carney
parent 130d28fae5
commit 44cd73b3a1

View File

@ -1,10 +1,10 @@
# ion-slide
The Slide component is a child component of [Slides](../Slides). The template
The Slide component is a child component of [Slides](../slides). The template
should be written as `ion-slide`. Any slide content should be written
in this component and it should be used in conjunction with [Slides](../Slides).
in this component and it should be used in conjunction with [Slides](../slides).
See the [Slides API Docs](../Slides) for more usage information.
See the [Slides API Docs](../slides) for more usage information.
<!-- Auto Generated Below -->