Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / markdown / tutorials / qt-tutorials.md
similarity index 80%
rename from tutorial-qt-tutorials.md
rename to markdown/tutorials/qt-tutorials.md
index e88c60c..fedc8ae 100644 (file)
@@ -4,11 +4,11 @@
 
 These tutorials describe Qt-specific topics. General GStreamer concepts
 will not be explained in these tutorials, so the [Basic
-tutorials](tutorials-basic.md) should
+tutorials](tutorials/basic/index.md) should
 be reviewed first. The reader should also be familiar with basic Qt
 programming techniques.
 
 The Qt tutorials have the same structure as the [Android
-tutorials](tutorials-android.md): Each one builds on top of the
+tutorials](tutorials/android/index.md): Each one builds on top of the
 previous one and adds progressively more functionality, until a working
 media player application is obtained in \#FIXME\#