From 44cd73b3a17cc377c821d28d90895a3f50641529 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Mon, 6 Aug 2018 17:08:36 -0400 Subject: [PATCH] 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'). --- core/src/components/slide/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/components/slide/readme.md b/core/src/components/slide/readme.md index c094260cbe..d34fbfd4af 100644 --- a/core/src/components/slide/readme.md +++ b/core/src/components/slide/readme.md @@ -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.