docs(navController): update page link

This commit is contained in:
mhartington
2015-12-11 11:10:16 -05:00
parent 5bb9aeb5df
commit fc8554b657

View File

@ -56,7 +56,7 @@ import {raf, rafFrames} from '../../util/dom';
* *
* <h2 id="creating_pages">Page creation</h2> * <h2 id="creating_pages">Page creation</h2>
* _For more information on the `@Page` decorator see the [@Page API * _For more information on the `@Page` decorator see the [@Page API
* reference](../../../config/Page/)._ * reference](../../../config/decorators/Page/)._
* *
* Pages are created when they are added to the navigation stack. For methods * Pages are created when they are added to the navigation stack. For methods
* like [push()](#push), the NavController takes any component class that is * like [push()](#push), the NavController takes any component class that is