Merge change 20463 into donut

* changes:
  fix release notes redirect for the SDK package to point to the correct page
This commit is contained in:
Android (Google) Code Review
2009-08-07 14:44:17 -07:00

View File

@@ -1,8 +1,8 @@
<html> <html>
<head> <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> </head>
<body> <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> </body>
</html> </html>