OSDN Git Service

AI 147808: add "current sdk" link using the new sdk.current variable
authorScott Main <>
Mon, 27 Apr 2009 06:18:20 +0000 (23:18 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Mon, 27 Apr 2009 06:18:20 +0000 (23:18 -0700)
  BUG=1790234

Automated import of CL 147808

tools/droiddoc/templates-sdk/sdkpage.cs

index e5ad106..4a933e9 100644 (file)
@@ -38,7 +38,7 @@
 <?cs if:sdk.not_latest_version ?>
   <div class="special">
     <p><strong>This is NOT the current Android SDK release.</strong></p>
-    <p>Use the links under <strong>Current SDK Release</strong>, on the left, to be directed to the current SDK.</p>
+    <p><a href="/sdk/<?cs var:sdk.current ?>/index.html">Download the current Android SDK</a></p>
   </div>
 <?cs /if ?>