fix release notes redirect for the SDK package to point to the correct page

This commit is contained in:
Scott Main
2009-08-07 14:32:41 -07:00
parent 26cdbb788a
commit 18499b9160

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>