Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / markdown / tutorials / android / index.md
similarity index 79%
rename from tutorials-android.md
rename to markdown/tutorials/android/index.md
index b0cd57f..0978732 100644 (file)
@@ -4,18 +4,18 @@
 
 These tutorials describe Android-specific topics. General GStreamer
 concepts will not be explained in these tutorials, so the
-[](tutorials-basic.md) should be reviewed first. The reader should
+[](tutorials/basic/index.md) should be reviewed first. The reader should
 also be familiar with basic Android programming techniques.
 
 Each Android tutorial builds on top of the previous one and adds
 progressively more functionality, until a working media player
-application is obtained in [](tutorial-android-a-complete-media-player.md).
+application is obtained in [](tutorials/android/a-complete-media-player.md).
 This is the same media player application used to advertise
 GStreamer on Android, and the download link can be found in
-the [](tutorial-android-a-complete-media-player.md) page.
+the [](tutorials/android/a-complete-media-player.md) page.
 
 Make sure to have read the instructions in
-[](installing-for-android-development.md) before jumping into the
+[](installing/for-android-development.md) before jumping into the
 Android tutorials.
 
 ### A note on the documentation