diff options
Diffstat (limited to 'core/java/android/content/package.html')
-rw-r--r-- | core/java/android/content/package.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/core/java/android/content/package.html b/core/java/android/content/package.html index 7b3e8cf..dd5360f 100644 --- a/core/java/android/content/package.html +++ b/core/java/android/content/package.html @@ -50,9 +50,9 @@ an application's resources and transfer data between applications.</p> <p>This topic includes a terminology list associated with resources, and a series of examples of using resources in code. For a complete guide on creating and - using resources, see the document on <a href="{@docRoot}devel/resources-i18n.html">Resources + using resources, see the document on <a href="{@docRoot}guide/topics/resources/resources-i18n.html">Resources and Internationalization</a>. For a reference on the supported Android resource types, - see <a href="{@docRoot}reference/available-resources.html">Available Resource Types</a>.</p> + see <a href="{@docRoot}guide/topics/resources/available-resources.html">Available Resource Types</a>.</p> <p>The Android resource system keeps track of all non-code assets associated with an application. You use the {@link android.content.res.Resources Resources} class to access your @@ -175,7 +175,8 @@ download files with new appearances.</p> <p>This section gives a few quick examples you can use to make your own resources. For more details on how to define and use resources, see <a - href="{@docRoot}devel/resources-i18n.html">Resources</a>. </p> + href="{@docRoot}guide/topics/resources/resources-i18n.html">Resources and + Internationalization</a>. </p> <a name="UsingSystemResources"></a> <h4>Using System Resources</h4> |