Merge "docs: Fixing links to moved Fragments guide, + redirect" into nyc-dev

This commit is contained in:
Andrew Solovay
2016-09-08 17:36:46 +00:00
committed by Android (Google) Code Review
4 changed files with 5 additions and 3 deletions

View File

@@ -194,7 +194,7 @@ final class FragmentState implements Parcelable {
* <div class="special reference"> * <div class="special reference">
* <h3>Developer Guides</h3> * <h3>Developer Guides</h3>
* <p>For more information about using fragments, read the * <p>For more information about using fragments, read the
* <a href="{@docRoot}guide/topics/fundamentals/fragments.html">Fragments</a> developer guide.</p> * <a href="{@docRoot}guide/components/fragments.html">Fragments</a> developer guide.</p>
* </div> * </div>
* *
* <a name="OlderPlatforms"></a> * <a name="OlderPlatforms"></a>

View File

@@ -59,7 +59,7 @@ import java.util.List;
* <div class="special reference"> * <div class="special reference">
* <h3>Developer Guides</h3> * <h3>Developer Guides</h3>
* <p>For more information about using fragments, read the * <p>For more information about using fragments, read the
* <a href="{@docRoot}guide/topics/fundamentals/fragments.html">Fragments</a> developer guide.</p> * <a href="{@docRoot}guide/components/fragments.html">Fragments</a> developer guide.</p>
* </div> * </div>
* *
* While the FragmentManager API was introduced in * While the FragmentManager API was introduced in

View File

@@ -34,7 +34,7 @@ action bar.</p>
<p>For information about using some the classes in this package, see the following <p>For information about using some the classes in this package, see the following
documents: <a href="{@docRoot}guide/topics/fundamentals/activities.html">Activities</a>, <a documents: <a href="{@docRoot}guide/topics/fundamentals/activities.html">Activities</a>, <a
href="{@docRoot}guide/topics/fundamentals/services.html">Services</a>, <a href="{@docRoot}guide/topics/fundamentals/services.html">Services</a>, <a
href="{@docRoot}guide/topics/fundamentals/fragments.html">Fragments</a>, <a href="{@docRoot}guide/components/fragments.html">Fragments</a>, <a
href="{@docRoot}guide/topics/ui/actionbar.html">Using the Action Bar</a>, <a href="{@docRoot}guide/topics/ui/actionbar.html">Using the Action Bar</a>, <a
href="{@docRoot}guide/topics/ui/dialogs.html">Creating Dialogs</a>, and <a href="{@docRoot}guide/topics/ui/dialogs.html">Creating Dialogs</a>, and <a
href="{@docRoot}guide/topics/ui/notifiers/index.html">Notifying the User</a>.</p> href="{@docRoot}guide/topics/ui/notifiers/index.html">Notifying the User</a>.</p>

View File

@@ -1,6 +1,8 @@
# For information about this file's format, see # For information about this file's format, see
# https://developers.google.com/internal/publishing/redirects # https://developers.google.com/internal/publishing/redirects
redirects: redirects:
- from: /guide/topics/fundamentals/fragments.html
to: /guide/components/fragments.html
- from: /about/versions/index.html - from: /about/versions/index.html
to: /about/index.html to: /about/index.html
- from: /about/versions/api-levels.html - from: /about/versions/api-levels.html