diff options
Diffstat (limited to 'docs/html/training/implementing-navigation/ancestral.jd')
-rw-r--r-- | docs/html/training/implementing-navigation/ancestral.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/implementing-navigation/ancestral.jd b/docs/html/training/implementing-navigation/ancestral.jd index c3c7ef8..12d5005 100644 --- a/docs/html/training/implementing-navigation/ancestral.jd +++ b/docs/html/training/implementing-navigation/ancestral.jd @@ -69,7 +69,7 @@ in the <a href="{@docRoot}guide/topics/manifest/activity-element.html">{@code &l element.</p> <p>If your app supports Android 4.0 and lower, include the -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a> with your app and +<a href="{@docRoot}tools/support-library/index.html">Support Library</a> with your app and add a <a href="{@docRoot}guide/topics/manifest/meta-data-element.html">{@code <meta-data>}</a> element inside the <a href="{@docRoot}guide/topics/manifest/activity-element.html">{@code <activity>}</a>. Then specify the parent activity as the value |