summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-06-02 13:01:49 -0700
committerScott Main <smain@google.com>2010-06-02 13:01:49 -0700
commit20a76125048e3f5f7c80dc232d4f5e04987250f4 (patch)
tree74f0e5918cc0581da84ed9f5d76367eadbe33b13 /docs/html/guide/topics
parentc7c7afd7a1af36e787266815487f4600196406b8 (diff)
downloadframeworks_base-20a76125048e3f5f7c80dc232d4f5e04987250f4.zip
frameworks_base-20a76125048e3f5f7c80dc232d4f5e04987250f4.tar.gz
frameworks_base-20a76125048e3f5f7c80dc232d4f5e04987250f4.tar.bz2
docs: a couple doc bug fixes
Change-Id: I37b2adf9d30249eb9c0cbb007d9172d3956421b5
Diffstat (limited to 'docs/html/guide/topics')
-rw-r--r--docs/html/guide/topics/data/backup.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/data/backup.jd b/docs/html/guide/topics/data/backup.jd
index 74117d6..aad0f92 100644
--- a/docs/html/guide/topics/data/backup.jd
+++ b/docs/html/guide/topics/data/backup.jd
@@ -445,7 +445,7 @@ onBackup()}.
<p>For an example implementation of {@link android.app.backup.BackupAgent}, see the <a
href="{@docRoot}resources/samples/BackupRestore/src/com/example/android/backuprestore/ExampleAgent.html">{@code
ExampleAgent}</a> class in the <a
-href="{@docRoot}}resources/samples/BackupRestore/index.html">Backup and Restore</a> sample
+href="{@docRoot}resources/samples/BackupRestore/index.html">Backup and Restore</a> sample
application.</p>
</div>