diff options
Diffstat (limited to 'tools/droiddoc/templates-sdk/sdkpage.cs')
-rw-r--r-- | tools/droiddoc/templates-sdk/sdkpage.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/droiddoc/templates-sdk/sdkpage.cs b/tools/droiddoc/templates-sdk/sdkpage.cs index b425da0df..a9a1e2166 100644 --- a/tools/droiddoc/templates-sdk/sdkpage.cs +++ b/tools/droiddoc/templates-sdk/sdkpage.cs @@ -40,8 +40,8 @@ <?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><strong>This is NOT the latest version of the Android SDK</strong>.</p> + <p>Go to the <a href="<?cs var:toroot ?>sdk/index.html">SDK home page</a> to be directed to the latest version.</p> </div> <?cs /if ?> |