diff options
author | Scott Main <> | 2009-04-26 23:18:20 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-26 23:18:20 -0700 |
commit | 6b894c8cec676cf0811743c864bcb1937714f2c0 (patch) | |
tree | fe274a0d71ac263f6c34e442198bd47d2b54f871 /tools/droiddoc/templates-sdk | |
parent | 099403d15d1f87e7a17f8e2aa3d9a8bc4afa4500 (diff) | |
download | build-6b894c8cec676cf0811743c864bcb1937714f2c0.zip build-6b894c8cec676cf0811743c864bcb1937714f2c0.tar.gz build-6b894c8cec676cf0811743c864bcb1937714f2c0.tar.bz2 |
AI 147808: add "current sdk" link using the new sdk.current variable
BUG=1790234
Automated import of CL 147808
Diffstat (limited to 'tools/droiddoc/templates-sdk')
-rw-r--r-- | tools/droiddoc/templates-sdk/sdkpage.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/droiddoc/templates-sdk/sdkpage.cs b/tools/droiddoc/templates-sdk/sdkpage.cs index e5ad106..4a933e9 100644 --- a/tools/droiddoc/templates-sdk/sdkpage.cs +++ b/tools/droiddoc/templates-sdk/sdkpage.cs @@ -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 ?> |