Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / markdown / installing / for-ios-development.md
similarity index 96%
rename from installing-for-ios-development.md
rename to markdown/installing/for-ios-development.md
index b4585c9..3b1bbbb 100644 (file)
@@ -51,7 +51,7 @@ example.
 
 The tutorials code are in the
 [gst-docs](https://cgit.freedesktop.org/gstreamer/gst-docs/) in the
-`tutorials/xcode iOS` folder. We recommend that you open the project
+`examples/tutorials/xcode iOS` folder. We recommend that you open the project
 in Xcode, take a look at the sources and build them. This should
 confirm that the installation works and give some insight on how
 simple it is to mix Objective-C and C code.
@@ -85,4 +85,4 @@ keep development consistent across all the platforms the SDK supports.
 Once a project has been created using a GStreamer SDK Template, it is
 ready to build and run. All necessary infrastructure is already in
 place. To understand what files have been created and how they interact,
-take a look at the [iOS tutorials](tutorials-ios.md).
+take a look at the [iOS tutorials](tutorials/ios/index.md).