diff options
author | Scott Main <smain@google.com> | 2011-12-27 16:22:27 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-01-03 15:12:51 -0800 |
commit | cd1b08e1e239269f7d0d48119505313f52d3dd5a (patch) | |
tree | 9bd0c6d06f87368a4902a2e594c516fb77df10af /docs/html/training/id-auth | |
parent | a17e100b7a192cae3935d2ae144fb1a1115a4ca7 (diff) | |
download | frameworks_base-cd1b08e1e239269f7d0d48119505313f52d3dd5a.zip frameworks_base-cd1b08e1e239269f7d0d48119505313f52d3dd5a.tar.gz frameworks_base-cd1b08e1e239269f7d0d48119505313f52d3dd5a.tar.bz2 |
docs: fix broken links in .jd docs
Change-Id: Ide8bb1a11a704d6821b52a0128b24a76de2e707f
Diffstat (limited to 'docs/html/training/id-auth')
-rw-r--r-- | docs/html/training/id-auth/authenticate.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/training/id-auth/authenticate.jd b/docs/html/training/id-auth/authenticate.jd index 4eba87b..592fe1c 100644 --- a/docs/html/training/id-auth/authenticate.jd +++ b/docs/html/training/id-auth/authenticate.jd @@ -63,8 +63,8 @@ Tasks</code>.</li> strings that identify your app to the service. You need to obtain these strings directly from the service owner. Google has a self-service system for obtaining client ids and secrets. The article <a -href="http://code.google.com/apis/tasks/articles/oauth-and-tasks-on-android. -html">Getting Started with the Tasks API and OAuth 2.0 on Android</a> explains +href="http://code.google.com/apis/tasks/articles/oauth-and-tasks-on-android.html">Getting +Started with the Tasks API and OAuth 2.0 on Android</a> explains how to use this system to obtain these values for use with the Google Tasks API.</li> </ul> |