Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / markdown / installing / on-windows.md
similarity index 97%
rename from installing-on-windows.md
rename to markdown/installing/on-windows.md
index 412cf60..383f83e 100644 (file)
@@ -51,7 +51,7 @@ There are 3 sets of files in GStreamer binaries:
     Modules](http://msdn.microsoft.com/en-us/library/windows/desktop/aa369820%28v=vs.85%29.aspx)
     files are **additional** files you can use to deploy GStreamer binaries
     alongside your application (see [Windows
-    deployment](deploying-windows.md)).
+    deployment](deploying/windows.md)).
 
 Get  **the Runtime and Development files** installers appropriate for
 your architecture from here:
@@ -99,7 +99,7 @@ plugins are located.
 The tutorials code, along with project files and a solution file for
 Visual Studio 2010, are in the
 [gst-docs](https://cgit.freedesktop.org/gstreamer/gst-docs/) in the
-`tutorials` folder.
+`examples/tutorials` folder.
 
 In order to prevent accidental modification of the original code, and to
 make sure Visual Studio has the necessary permissions to write the
@@ -113,18 +113,18 @@ liking, and work from there.
 >
 >Make sure you select the Solution Configuration that matches GStreamer that you have installed: `Win32` for 32 bits or `x64` for 64 bits.
 >
-> ![Windows Install Configuration](attachments/WindowsInstall-Configuration.png)
+> ![Windows Install Configuration](images/WindowsInstall-Configuration.png)
 
 You can fire up Visual Studio 2010 and load your copy of the
 `tutorials.sln` solution file (Click on the screen shots to enlarge
 them).
 
-![](attachments/WindowsInstall2.png)
+![](images/WindowsInstall2.png)
 
-![](attachments/WindowsInstall1.png)
+![](images/WindowsInstall1.png)
 
 Hit **F7**, press the Build Solution button
-![](attachments/WindowsInstall-BuildSolution.png) or go to Build →
+![](images/WindowsInstall-BuildSolution.png) or go to Build →
 Build Solution. All projects should build without problems.
 
 ### Running the tutorials
@@ -168,7 +168,7 @@ Settings. Go to Tools → Settings → Expert Settings. Upon first
 installation of Visual Studio, Expert Settings are disabled by
 default.
 
-![](attachments/WindowsInstall10.png)
+![](images/WindowsInstall10.png)
 
 > ![Warning](images/icons/emoticons/warning.png)
 > **Depending on the GStreamer libraries you need to use, you will have to add more property pages, besides `gstreamer-1.0`**  (each property page corresponds to one GStreamer library).