diff options
author | Scott Main <smain@google.com> | 2009-08-29 13:08:18 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2009-08-31 15:22:28 -0700 |
commit | 50992e805e758e2231f28ec2127b57a1a9fd0ddc (patch) | |
tree | 39a49d31d3b062a1b5fba4bda4d55b6b351ed510 /samples/NotePad | |
parent | 67545123a4188c714fbcf24e7fe1cf1f614b610c (diff) | |
download | android_development-50992e805e758e2231f28ec2127b57a1a9fd0ddc.tar.gz android_development-50992e805e758e2231f28ec2127b57a1a9fd0ddc.tar.bz2 android_development-50992e805e758e2231f28ec2127b57a1a9fd0ddc.zip |
docs only.
add a homepage for the searchable dictionary sample app.
and make all urls relative
Diffstat (limited to 'samples/NotePad')
-rw-r--r-- | samples/NotePad/_index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/NotePad/_index.html b/samples/NotePad/_index.html index 92486e533..093022b0a 100644 --- a/samples/NotePad/_index.html +++ b/samples/NotePad/_index.html @@ -9,11 +9,11 @@ It demonstrates:</p> </ul> <p class="note">Please notice that this is not the same -notepad code that's used for the <a href="/guide/tutorials/notepad/index.html">Notepad Tutorial</a>. +notepad code that's used for the <a href="../../../guide/tutorials/notepad/index.html">Notepad Tutorial</a>. They are similar in nature, but there are several differences in implementation — the tutorial is slightly more simple. If you're new to Android development, we suggest you start with the tutorial, then visit this code later to see more sample code.</p> -<img alt="" src="/guide/samples/images/sample_notepad.png" /> -<img alt="" src="/guide/samples/images/sample_note.png" /> +<img alt="" src="../images/sample_notepad.png" /> +<img alt="" src="../images/sample_note.png" /> |