diff options
author | Scott Main <smain@google.com> | 2012-02-01 14:32:11 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-02-01 14:32:11 -0800 |
commit | 6aaa27fb8c4ba500a9b486c2baba5b01bcc34bf2 (patch) | |
tree | 512699af864654f4d95d02972e7a3eff85d4175b /docs | |
parent | 6b3f98b458b9dc7771cce37221d4fe8c4a19bf05 (diff) | |
download | frameworks_base-6aaa27fb8c4ba500a9b486c2baba5b01bcc34bf2.zip frameworks_base-6aaa27fb8c4ba500a9b486c2baba5b01bcc34bf2.tar.gz frameworks_base-6aaa27fb8c4ba500a9b486c2baba5b01bcc34bf2.tar.bz2 |
docs: fix broken link
Change-Id: I58a082341373370bf97fed49d4d6584b468b4b46
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/resources/tutorials/hello-world.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/resources/tutorials/hello-world.jd b/docs/html/resources/tutorials/hello-world.jd index 9afab6a..cc8cb3e 100644 --- a/docs/html/resources/tutorials/hello-world.jd +++ b/docs/html/resources/tutorials/hello-world.jd @@ -24,7 +24,7 @@ Eclipse as your IDE, because we've provided a great plugin that handles your pro management to greatly speed up your development cycles.</p> <p>This tutorial assumes that you're using Eclipse. If you're using the command line, see -<a href="{@docRoot}/guide/developing/building/building-cmdline.html">Building and Running from the +<a href="{@docRoot}guide/developing/building/building-cmdline.html">Building and Running from the Command Line</a>. You can then return to this tutorial and ignore anything about Eclipse.</p> <p>Before you start, you should already have the SDK installed, and if you're |