Skip to content

Commit ef2b7fa

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "docs: move FAQ and old notepad tutorial to other places where we can properly redirect. This way the docs are accessible from existing links and they at least appear with a sidenav Also resolve a bunch of links to the notepad docs." into jb-dev
2 parents f0d68a9 + 64b1188 commit ef2b7fa

File tree

19 files changed

+16
-16
lines changed

19 files changed

+16
-16
lines changed

docs/html/about/versions/index.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ to be replaced by the user.</p>
8080
</ul>
8181

8282
<p>For more details and a walkthrough of an application, see the <a
83-
href="{@docRoot}resources/tutorials/notepad/index.html">Notepad Tutorial</a>.</p>
83+
href="{@docRoot}training/notepad/index.html">Notepad Tutorial</a>.</p>
8484

8585
<a name="libraries" id="libraries"></a>
8686
<h2>Libraries</h2>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ folder in the SDK.</p>
6262
<p>Finally, a great way to started with Android development in Eclipse is to
6363
follow both the <a href="{@docRoot}resources/tutorials/hello-world.html">Hello,
6464
World</a> and <a
65-
href="{@docRoot}resources/tutorials/notepad/index.html">Notepad</a> code
65+
href="{@docRoot}training/notepad/index.html">Notepad</a> code
6666
tutorials. In particular, the start of the Hello Android tutorial is an
6767
excellent introduction to creating a new Android application in Eclipse.</p>
6868

File renamed without changes.
File renamed without changes.

docs/html/intl/ja/guide/basics/what-is-android.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ page.title=Android とは
4747
</ul>
4848

4949
<p>アプリケーションの簡単な説明と詳細については、<a
50-
href="{@docRoot}resources/tutorials/notepad/index.html">Notepad チュートリアル</a>をご覧ください。</p>
50+
href="{@docRoot}training/notepad/index.html">Notepad チュートリアル</a>をご覧ください。</p>
5151

5252
<a name="libraries" id="libraries"></a>
5353
<h2>ライブラリ</h2>

docs/html/intl/ja/sdk/1.5_r2/installing.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ JKS</pre>
167167
<p><strong>サンプル コードの参照</strong></p>
168168
<ul>
169169
<li><a href="{@docRoot}training/basics/firstapp/index.html">Hello World アプリケーション</a>を構築します(特に Eclipse ユーザーにおすすめです)。</li>
170-
<li><a href="{@docRoot}resources/tutorials/notepad/index.html">Notepad チュートリアル</a>に沿って Android アプリケーションを完全に構築します。 </li>
170+
<li><a href="{@docRoot}training/notepad/index.html">Notepad チュートリアル</a>に沿って Android アプリケーションを完全に構築します。 </li>
171171
<li><code><em>&lt;sdk&gt;</em>/platforms/<em>&lt;platfrom&gt;</em>/samples</code> に収められている他のサンプル アプリケーションのいずれかを新しいプロジェクトとして作成し、自分の開発環境でコンパイルし、実行します。</li>
172172
</ul>
173173

docs/html/intl/ja/sdk/1.5_r3/installing.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ JKS</pre>
167167
<p><strong>サンプル コードの参照</strong></p>
168168
<ul>
169169
<li><a href="{@docRoot}training/basics/firstapp/index.html">Hello World アプリケーション</a>を構築します(特に Eclipse ユーザーにおすすめです)。</li>
170-
<li><a href="{@docRoot}resources/tutorials/notepad/index.html">Notepad チュートリアル</a>に沿って Android アプリケーションを完全に構築します。 </li>
170+
<li><a href="{@docRoot}training/notepad/index.html">Notepad チュートリアル</a>に沿って Android アプリケーションを完全に構築します。 </li>
171171
<li><code><em>&lt;sdk&gt;</em>/platforms/<em>&lt;platfrom&gt;</em>/samples</code> に収められている他のサンプル アプリケーションのいずれかを新しいプロジェクトとして作成し、自分の開発環境でコンパイルし、実行します。</li>
172172
</ul>
173173

0 commit comments

Comments
 (0)