diff options
| -rw-r--r-- | docs/html/guide/developing/building/building-cmdline.jd | 2 | ||||
| -rw-r--r-- | docs/html/guide/topics/manifest/uses-library-element.jd | 2 | ||||
| -rw-r--r-- | docs/html/resources/community-more.jd | 6 |
3 files changed, 7 insertions, 3 deletions
diff --git a/docs/html/guide/developing/building/building-cmdline.jd b/docs/html/guide/developing/building/building-cmdline.jd index 81c117828bef..5f193bc2a988 100644 --- a/docs/html/guide/developing/building/building-cmdline.jd +++ b/docs/html/guide/developing/building/building-cmdline.jd @@ -72,7 +72,7 @@ ant debug <p>This creates your debug <code>.apk</code> file inside the project <code>bin/</code> directory, named <code><your_project_name>-debug.apk</code>. The file is already signed with the debug key and has been aligned with - <a href="{@docRoot}/guide/developing/tools/zipalign.html"><code>zipalign</code></a>. + <a href="{@docRoot}guide/developing/tools/zipalign.html"><code>zipalign</code></a>. </p> </li> </ol> diff --git a/docs/html/guide/topics/manifest/uses-library-element.jd b/docs/html/guide/topics/manifest/uses-library-element.jd index a1e356316b08..d94ad9fb3ab7 100644 --- a/docs/html/guide/topics/manifest/uses-library-element.jd +++ b/docs/html/guide/topics/manifest/uses-library-element.jd @@ -46,7 +46,7 @@ parent.link=manifest-intro.html <dd> Android Market filters applications based on the libraries installed on the user's device. For more information about filtering, see the topic - <a href="{@docRoot}/guide/appendix/market-filters.html">Market Filters</a>. + <a href="{@docRoot}guide/appendix/market-filters.html">Market Filters</a>. </dd> </dl> <p> diff --git a/docs/html/resources/community-more.jd b/docs/html/resources/community-more.jd index 9f16feaffbf2..df729265cc05 100644 --- a/docs/html/resources/community-more.jd +++ b/docs/html/resources/community-more.jd @@ -24,7 +24,11 @@ page.title=IRC and Twitter </tr> </table> -<p>If you haven't used IRC before, check <a href="http://en.wikipedia.org/wiki/List_of_IRC_clients">http://en.wikipedia.org/wiki/List_of_IRC_clients »</a> for a helpful list of IRC clients. Alternatively, you could also use this <a href="http://java.freenode.net/index.php?channel=android-dev">web interface »</a>, which does not require any installation, to join discussions on the Android IRC channels. </p> +<p>If you haven't used IRC before, check <a +href="http://en.wikipedia.org/wiki/List_of_IRC_clients">http://en.wikipedia.org/wiki/ +List_of_IRC_clients »</a> for a helpful list of IRC clients. Alternatively, you could also use +this <a href="http://webchat.freenode.net/?channels=android-dev">web interface »</a>, which +does not require any installation, to join discussions on the Android IRC channels. </p> <p>Here are some tips for using IRC:</h4> |