Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / markdown / tutorials / ios / link-against-gstreamer.md
similarity index 97%
rename from tutorial-ios-link-against-gstreamer.md
rename to markdown/tutorials/ios/link-against-gstreamer.md
index 24a8da8..9bb958b 100644 (file)
@@ -28,7 +28,7 @@ The UI uses storyboards and contains a single `View` with a centered
 
 ```
 #import <UIKit/UIKit.h>
+
 @interface ViewController : UIViewController {
     IBOutlet UILabel *label;
 }
@@ -49,7 +49,7 @@ few C-to-Objective-C conversions that might be necessary (like `char
 *` to `NSString *`, for example). This eases the usage of this class by
 the UI code, which is typically made in pure Objective-C.
 `GStreamerBackend` serves exactly the same purpose as the JNI code in
-the [](tutorials-android.md).
+the [](tutorials/android/index.md).
 
 **GStreamerBackend.m**
 
@@ -133,4 +133,4 @@ taken when developing specifically for the iOS platform.
 
 It has been a pleasure having you here, and see you soon!
 
-  [screenshot]: images/tutorial-ios-link-against-gstreamer-screenshot.png
\ No newline at end of file
+  [screenshot]: images/tutorials/ios-link-against-gstreamer-screenshot.png
\ No newline at end of file