diff options
author | Scott Main <smain@google.com> | 2009-08-07 14:32:41 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2009-08-07 14:32:41 -0700 |
commit | 18499b9160a031fc0b6e6c94e3de505824cfc21c (patch) | |
tree | b4be5fab658b2f81384f87bc5e7933bc3300d5a8 | |
parent | 26cdbb788a9137d04587bc678d7aa7f49e3671fc (diff) | |
download | android_development-18499b9160a031fc0b6e6c94e3de505824cfc21c.tar.gz android_development-18499b9160a031fc0b6e6c94e3de505824cfc21c.tar.bz2 android_development-18499b9160a031fc0b6e6c94e3de505824cfc21c.zip |
fix release notes redirect for the SDK package to point to the correct page
-rw-r--r-- | docs/SDK_RELEASE_NOTES | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/SDK_RELEASE_NOTES b/docs/SDK_RELEASE_NOTES index e117528e3..381c5da66 100644 --- a/docs/SDK_RELEASE_NOTES +++ b/docs/SDK_RELEASE_NOTES @@ -1,8 +1,8 @@ <html> <head> -<meta http-equiv="refresh" content="0;url=docs/sdk/1.1_r1/index.html"> +<meta http-equiv="refresh" content="0;url=docs/sdk/RELEASENOTES.html"> </head> <body> -<a href="docs/sdk/1.1_r1/index.html">click here if you are not redirected</a> +<a href="docs/sdk/RELEASENOTES.html">click here if you are not redirected</a> </body> -</html>
\ No newline at end of file +</html> |