Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / markdown / tutorials / ios / a-complete-media-player.md
similarity index 88%
rename from tutorial-ios-a-complete-media-player.md
rename to markdown/tutorials/ios/a-complete-media-player.md
index f13a8a3..68d8014 100644 (file)
@@ -10,7 +10,7 @@ be done with GStreamer on the iOS platform.
 
 It is intended to be built and run, rather than analyzed for its
 pedagogical value, since it adds very little GStreamer knowledge over
-what has already been shown in [](tutorial-ios-a-basic-media-player.md).
+what has already been shown in [](tutorials/ios/a-basic-media-player.md).
 
 It demonstrates the main functionality that a conventional media player
 has, but it is not a complete application yet, therefore it has not been
@@ -31,7 +31,7 @@ are given here.
 
 A new `UIView` has been added, derived from `UITableViewController`
 which shows a list of clips. When one is selected, the
-`VideoViewController` from [](tutorial-ios-a-basic-media-player.md) appears
+`VideoViewController` from [](tutorials/ios/a-basic-media-player.md) appears
 and its URI property is set to the URI of the selected clip.
 
 The list of clips is populated from three sources: Media from the
@@ -60,5 +60,5 @@ already be used to showcase the integration of GStreamer and iOS.
 
 It has been a pleasure having you here, and see you soon!
 
-  [screenshot0]: images/tutorial-ios-a-complete-media-player-screenshot-0.png
-  [screenshot1]: images/tutorial-ios-a-complete-media-player-screenshot-1.png
+  [screenshot0]: images/tutorials/ios-a-complete-media-player-screenshot-0.png
+  [screenshot1]: images/tutorials/ios-a-complete-media-player-screenshot-1.png