diff --git a/ionic/components/content/content.ts b/ionic/components/content/content.ts index cda57396d7..ba8273b4c5 100644 --- a/ionic/components/content/content.ts +++ b/ionic/components/content/content.ts @@ -15,7 +15,7 @@ import {ScrollView} from '../../util/scroll-view'; * some useful methods to control the scrollable area. * * The content area can also implement pull-to-refresh with the - * [Refresher](../../scroll/Refresher) component. + * [Refresher](../../refresher/Refresher) component. * * @usage * ```html