diff options
| author | Scott Main <smain@google.com> | 2012-07-31 09:46:52 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2012-07-31 14:19:33 -0700 |
| commit | f284d49293aead609de5b83d601260cfd86b7978 (patch) | |
| tree | 7a94f865fe7deffa5bcb62283ec1412d51aae974 /docs/html/guide/samples/index.html | |
| parent | a39fdd11e80618acc046fff65b6549b5c8b5aa8d (diff) | |
| download | frameworks_base-f284d49293aead609de5b83d601260cfd86b7978.zip frameworks_base-f284d49293aead609de5b83d601260cfd86b7978.tar.gz frameworks_base-f284d49293aead609de5b83d601260cfd86b7978.tar.bz2 | |
docs: fix broken links
Change-Id: I0523fb8eb8608b07cf7ca866d0c2ccfcbfc2e946
Diffstat (limited to 'docs/html/guide/samples/index.html')
| -rw-r--r-- | docs/html/guide/samples/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/samples/index.html b/docs/html/guide/samples/index.html index f4acdbf..959eaf5 100644 --- a/docs/html/guide/samples/index.html +++ b/docs/html/guide/samples/index.html @@ -1,10 +1,10 @@ <html> <head> -<meta http-equiv="refresh" content="0;url=http://developer.android.com/resources/browser.html?tag=sample"> +<meta http-equiv="refresh" content="0;url=http://developer.android.com/tools/samples/index.html"> <title>Redirecting...</title> </head> <body> <p>You should have been redirected. Please <a -href="http://developer.android.com/resources/browser.html?tag=sample">click here</a>.</p> +href="http://developer.android.com/tools/samples/index.html">click here</a>.</p> </body> </html>
\ No newline at end of file |
