Skip to content

Commit

Permalink
[FIXED JENKINS-14860] Updated various Android documentation links.
Browse files Browse the repository at this point in the history
  • Loading branch information
orrc committed Feb 10, 2013
1 parent f1a6ec7 commit 7f06f0f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/help-commandLineOptions.html
@@ -1,7 +1,7 @@
<div>
The text entered here will be passed to the Android emulator executable at runtime.<br>
For a full list of available options, please run <tt>emulator -help</tt>, or consult the
<a href="http://developer.android.com/guide/developing/tools/emulator.html">Android Emulator</a>
<a href="https://developer.android.com/tools/help/emulator.html">Android Emulator</a>
page on the Android Developers' site.
<p>
Environment variable substitution can be used for these command line options, in the format:
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/help-hardware.html
Expand Up @@ -3,8 +3,8 @@
property), or you can alter physical features of the emulated device, such as the presence of a keyboard.
<p>
A list of common properties, along with their descriptions and default values can be found in the
&quot;<a href="http://developer.android.com/guide/developing/tools/avd.html#hardwareopts">Setting
hardware emulator options</a>&quot; section of the Android Developers' site.
&quot;<a href="https://developer.android.com/tools/devices/managing-avds-cmdline.html#hardwareopts">Setting
hardware emulation options</a>&quot; section of the Android Developers' site.
</p>
<p>
To set a new hardware feature (or override a default value), enter the property name and the desired value.<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/help-publishMonkeyOutput.html
@@ -1,5 +1,5 @@
Selecting this option will examine the output of the Android
<a href="http://developer.android.com/guide/developing/tools/monkey.html">Application Exerciser
<a href="https://developer.android.com/tools/help/monkey.html">Application Exerciser
Monkey</a> tool and publish a summary to the build page.<br/>
If it is determined that <tt>monkey</tt> crashed the application or a not-responding situation
occurred, the build will be marked as unstable, unless another "Set build result" option is chosen.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/help-runMonkey.html
@@ -1,4 +1,4 @@
Runs the Android <a href="http://developer.android.com/guide/developing/tools/monkey.html">Application
Runs the Android <a href="https://developer.android.com/tools/help/monkey.html">Application
Exerciser Monkey</a> tool on an Android emulator or device.
<p>
Unless a filename is entered under the &quot;Advanced&hellip;&quot; section, the monkey results will
Expand Down
7 changes: 3 additions & 4 deletions src/main/webapp/help-sdkRoot.html
@@ -1,10 +1,9 @@
<div>
Enter the path &mdash; or an environment variable, in the format <tt>${VARIABLE_NAME}</tt>
&mdash; where an <a href="http://developer.android.com/sdk/" target="_blank">Android SDK</a>
&mdash; where an <a href="https://developer.android.com/sdk/" target="_blank">Android SDK</a>
installation can be found.<br/>If you want to create emulators on-the-fly, this SDK installation
should have one or more <a href="http://developer.android.com/sdk/installing.html#which"
target="_blank">platforms installed</a> (check the &quot;<tt>platforms</tt>&quot; directory, or
the <a href="http://developer.android.com/sdk/adding-components.html" target="_blank">Android SDK
should have one or more platforms installed (check the &quot;<tt>platforms</tt>&quot; directory, or
the <a href="https://developer.android.com/sdk/installing/adding-packages.html" target="_blank">Android SDK
and AVD Manager</a>).
<p>
If nothing is entered here, the Android SDK tools (under the &quot;<tt>tools</tt>&quot;
Expand Down

0 comments on commit 7f06f0f

Please sign in to comment.