mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
docs(): fix broken links
This commit is contained in:
@ -15,10 +15,10 @@ import { ViewController } from '../../navigation/view-controller';
|
||||
* @name Nav
|
||||
* @description
|
||||
*
|
||||
* `ion-nav` is the declarative component for a [NavController](../NavController/).
|
||||
* `ion-nav` is the declarative component for a [NavController](/docs/v2/api/navigation/NavController/).
|
||||
*
|
||||
* For more information on using nav controllers like Nav or [Tab](../../Tabs/Tab/),
|
||||
* take a look at the [NavController API Docs](../NavController/).
|
||||
* For more information on using nav controllers like Nav or [Tab](/docs/v2/api/components/tabs/Tabs/),
|
||||
* take a look at the [NavController API Docs](/docs/v2/api/navigation/NavController/).
|
||||
*
|
||||
*
|
||||
* @usage
|
||||
|
@ -21,10 +21,10 @@ import { ViewController } from '../../navigation/view-controller';
|
||||
* Tabs make it easy to navigate between different pages or functional
|
||||
* aspects of an app. The Tabs component, written as `<ion-tabs>`, is
|
||||
* a container of individual [Tab](../Tab/) components. Each individual `ion-tab`
|
||||
* is a declarative component for a [NavController](../../nav/NavController/)
|
||||
* is a declarative component for a [NavController](/docs/v2/api/components/modal/ModalController/)
|
||||
*
|
||||
* For more information on using nav controllers like Tab or [Nav](../../nav/Nav/),
|
||||
* take a look at the [NavController API Docs](../../nav/NavController/).
|
||||
* take a look at the [NavController API Docs](/docs/v2/api/components/modal/ModalController/).
|
||||
*
|
||||
* ### Placement
|
||||
*
|
||||
|
@ -22,7 +22,7 @@ import { ViewController } from './view-controller';
|
||||
* navigation stack causes the new page to be animated in, while [popping](#pop)
|
||||
* the current page will navigate to the previous page in the stack.
|
||||
*
|
||||
* Unless you are using a directive like [NavPush](../NavPush/), or need a
|
||||
* Unless you are using a directive like [NavPush](docs/v2/api/components/nav/NavPush/), or need a
|
||||
* specific NavController, most times you will inject and use a reference to the
|
||||
* nearest NavController to manipulate the navigation stack.
|
||||
*
|
||||
|
Reference in New Issue
Block a user