From b3b553e50f1cb2e225346cc677bc2aeb1aa02ad3 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 18 Apr 2016 11:38:55 -0400 Subject: [PATCH] docs(show-hide-when): fix link to platform docs --- ionic/components/show-hide-when/show-hide-when.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ionic/components/show-hide-when/show-hide-when.ts b/ionic/components/show-hide-when/show-hide-when.ts index 42831b7aa8..ead749f783 100644 --- a/ionic/components/show-hide-when/show-hide-when.ts +++ b/ionic/components/show-hide-when/show-hide-when.ts @@ -68,7 +68,7 @@ export class DisplayWhen { * to `true` or `showWhen` evaluates to `false`. If the `hidden` attribute is also added, the element * will not show if `hidden` evaluates to `true`. * - * View the [Platform API docs](../../platform/Platform) for more information on the different + * View the [Platform API docs](../../../platform/Platform) for more information on the different * platforms you can use. * * @usage @@ -95,7 +95,7 @@ export class DisplayWhen { * ``` * @demo /docs/v2/demos/show-when/ * @see {@link ../HideWhen HideWhen API Docs} - * @see {@link ../../platform/Platform Platform API Docs} + * @see {@link ../../../platform/Platform Platform API Docs} */ @Directive({ selector: '[showWhen]', @@ -126,7 +126,7 @@ export class ShowWhen extends DisplayWhen { * to `true` or `showWhen` evaluates to `false`. If the `hidden` attribute is also added, the element * will not show if `hidden` evaluates to `true`. * - * View the [Platform API docs](../../platform/Platform) for more information on the different + * View the [Platform API docs](../../../platform/Platform) for more information on the different * platforms you can use. * * @usage @@ -154,7 +154,7 @@ export class ShowWhen extends DisplayWhen { * * @demo /docs/v2/demos/hide-when/ * @see {@link ../ShowWhen ShowWhen API Docs} - * @see {@link ../../platform/Platform Platform API Docs} + * @see {@link ../../../platform/Platform Platform API Docs} */ @Directive({ selector: '[hideWhen]',