Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / markdown / tutorials / playback / custom-playbin-sinks.md
@@ -156,7 +156,7 @@ Now we need to create a Ghost Pad so this partial pipeline inside the
 Bin can be connected to the outside. This Ghost Pad will be connected to
 a Pad in one of the internal Elements (the sink pad of the equalizer),
 so we retrieve this Pad with `gst_element_get_static_pad()`. Remember
-from [](tutorial-basic-multithreading-and-pad-availability.md) that
+from [](tutorials/basic/multithreading-and-pad-availability.md) that
 if this was a Request Pad instead of an Always Pad, we would need to use
 `gst_element_request_pad()`.
 
@@ -212,10 +212,10 @@ This tutorial has shown:
 It has been a pleasure having you here, and see you soon\!
 
   [information]: images/icons/emoticons/information.png
-  [Mac]: installing-on-mac-osx.md
-  [Windows]: installing-on-windows.md
-  [Mac OS X]: installing-on-mac-osx.md#building-the-tutorials
-  [1]: installing-on-windows.md#running-the-tutorials
-  [iOS]: installing-for-ios-development.md#building-the-tutorials
-  [android]: installing-for-android-development.md#building-the-tutorials
+  [Mac]: installing/on-mac-osx.md
+  [Windows]: installing/on-windows.md
+  [Mac OS X]: installing/on-mac-osx.md#building-the-tutorials
+  [1]: installing/on-windows.md#running-the-tutorials
+  [iOS]: installing/for-ios-development.md#building-the-tutorials
+  [android]: installing/for-android-development.md#building-the-tutorials
   [warning]: images/icons/emoticons/warning.png