docs: update to mono repo locations
authorStéphane Cerveau <scerveau@igalia.com>
Tue, 6 Sep 2022 07:53:51 +0000 (09:53 +0200)
committerStéphane Cerveau <scerveau@igalia.com>
Tue, 6 Sep 2022 12:20:49 +0000 (14:20 +0200)
Some links/repos in the documentation were still pointing to old
repositories, change to mono repository

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2982>

subprojects/gst-docs/markdown/installing/for-android-development.md
subprojects/gst-docs/markdown/installing/for-ios-development.md
subprojects/gst-docs/markdown/installing/on-linux.md
subprojects/gst-docs/markdown/installing/on-mac-osx.md
subprojects/gst-docs/markdown/installing/on-windows.md
subprojects/gst-docs/scripts/RELEASE_README.md
subprojects/gst-examples/webrtc/README.md

index c067f78..ee6d0bc 100644 (file)
@@ -72,7 +72,7 @@ interact through [JNI][Java Native Interface].
 ### Building the tutorials
 
 The tutorials code are in the
-[gst-docs](https://gitlab.freedesktop.org/gstreamer/gst-docs/) in the
+[gst-docs](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-docs) in the
 `examples/tutorials/` folder.
 
 There are a few Android-specific tutorials in the `tutorials/`
index 8973b1f..11297ab 100644 (file)
@@ -50,7 +50,7 @@ example.
 #### Building the tutorials
 
 The tutorials code are in the
-[gst-docs](https://gitlab.freedesktop.org/gstreamer/gst-docs/) in the
+[gst-docs](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-docs) in the
 `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
index 6285231..f342d18 100644 (file)
@@ -47,12 +47,12 @@ the `configure` script from inside the `gst-sdk-shell` environment.
 
 The source code for the tutorials can be copied and pasted from the
 tutorial pages into a text file, but, for convenience, it is also available
-in a GIT repository in the `examples/tutorials` subdirectory.
+in a GIT repository in the `subprojects/gst-docs/examples/tutorials` subdirectory.
 
 The GIT repository can be cloned with:
 
 ```
-git clone https://gitlab.freedesktop.org/gstreamer/gst-docs
+git clone https://gitlab.freedesktop.org/gstreamer/gstreamer
 ```
 
 #### Building the tutorials
index f8e6771..970df69 100644 (file)
@@ -77,7 +77,7 @@ following [link](https://developer.apple.com/library/mac/#documentation/MacOSX/C
 
 The tutorials code, along with project files and a solution file for
 them all, are in the
-[gst-docs](https://gitlab.freedesktop.org/gstreamer/gst-docs/) in the
+[gst-docs](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-docs) in the
 `examples/tutorials` subdirectory.
 
 To start building the tutorials, create a new folder in your Documents
index 8c34070..8433109 100644 (file)
@@ -103,7 +103,7 @@ environment variable to point where the plugins are located.
 
 The tutorials code, along with project files and a solution file for
 Visual Studio 2010, are in the
-[gst-docs](https://gitlab.freedesktop.org/gstreamer/gst-docs/) in the
+[gst-docs](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-docs) in the
 `examples/tutorials` folder.
 
 In order to prevent accidental modification of the original code, and to
index 6fd7891..670c3d5 100644 (file)
@@ -1,6 +1,6 @@
 # GStreamer documentation
 
-This is the released version of the [GStreamer documentation](https://gitlab.freedesktop.org/gstreamer/gst-docs), it contains
+This is the released version of the [GStreamer documentation](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-docs), it contains
 two folders:
 
 * html/: The static website documentation which can be hosted anywhere and
index d9e728f..7818e70 100644 (file)
@@ -19,15 +19,8 @@ The easiest way to build the webrtc plugin and all the plugins it needs, is to [
 For hacking on the webrtc plugin, you may want to build manually using the git repositories:
 
  - http://gitlab.freedesktop.org/gstreamer/gstreamer
- - http://gitlab.freedesktop.org/gstreamer/gst-plugins-base
- - http://gitlab.freedesktop.org/gstreamer/gst-plugins-good
- - http://gitlab.freedesktop.org/gstreamer/gst-plugins-bad
  - http://gitlab.freedesktop.org/libnice/libnice
 
-Or with Meson gst-build:
-
-https://gitlab.freedesktop.org/gstreamer/gst-build/
-
 You may need to install the following packages using your package manager:
 
 json-glib, libsoup, libnice, libnice-gstreamer1 (the gstreamer plugin for libnice, called gstreamer1.0-nice Debian)