Skip to content

Commit 33e499e

Browse files
committed
docs: move articles into group directory
Change-Id: If90f5ac284d8df16b830d5744fbd684e5b1b34e3
1 parent fa1320e commit 33e499e

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.

docs/html/training/training_toc.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ Developing Accessibility Services
775775
<ul>
776776

777777
<li>
778-
<a href="<?cs var:toroot ?>training/perf-tips.html"
778+
<a href="<?cs var:toroot ?>training/articles/perf-tips.html"
779779
description=
780780
"How to optimize your app's performance in various ways to improve its
781781
responsiveness and battery efficiency."
@@ -851,15 +851,15 @@ power conditions and performing power-hungry tasks at proper intervals."
851851
</li>
852852

853853
<li>
854-
<a href="<?cs var:toroot ?>training/perf-anr.html"
854+
<a href="<?cs var:toroot ?>training/articles/perf-anr.html"
855855
description=
856856
"How to keep your app responsive to user interaction so the UI does not lock-up and
857857
display an &quot;Application Not Responding&quot; dialog."
858858
>Keeping Your App Responsive</a>
859859
</li>
860860

861861
<li>
862-
<a href="<?cs var:toroot ?>training/perf-jni.html"
862+
<a href="<?cs var:toroot ?>training/articles/perf-jni.html"
863863
description=
864864
"How to efficiently use the Java Native Interface with the Android NDK."
865865
>JNI Tips</a>
@@ -879,7 +879,7 @@ power conditions and performing power-hungry tasks at proper intervals."
879879
<ul>
880880

881881
<li>
882-
<a href="<?cs var:toroot ?>training/security-tips.html"
882+
<a href="<?cs var:toroot ?>training/articles/security-tips.html"
883883
description=
884884
"How to perform various tasks and keep your app's data and your user's data secure."
885885
>Security Tips</a>

0 commit comments

Comments
 (0)