diff --git a/core/src/components/tabs/readme.md b/core/src/components/tabs/readme.md index 83cf9e04f4..32298cd8f2 100644 --- a/core/src/components/tabs/readme.md +++ b/core/src/components/tabs/readme.md @@ -1,7 +1,7 @@ # ion-tabs Tabs are a top level navigation component to implement a tab-based navigation. -The component is a container of individual [Tab](../Tab/) components. +The component is a container of individual [Tab](../tab/) components. `ion-tabs` is a styleless component that works as a router outlet in order to handle navigation. This component does not provide any UI feedback or mechanism to switch between tabs.