diff --git a/subprojects/gst-docs/markdown/tutorials/android/link-against-gstreamer.md b/subprojects/gst-docs/markdown/tutorials/android/link-against-gstreamer.md index 30a5d23ebf..60cde25885 100644 --- a/subprojects/gst-docs/markdown/tutorials/android/link-against-gstreamer.md +++ b/subprojects/gst-docs/markdown/tutorials/android/link-against-gstreamer.md @@ -11,7 +11,7 @@ linkage problems. ## Hello GStreamer \[Java code\] -The tutorial code is in the [subdirectory](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-docs/examples/tutorials/android/android-tutorial-1). +The tutorial code is in the [gst-docs subdirectory](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-docs/examples/tutorials/android/android-tutorial-1). This directory contains the usual Android NDK structure: a `src` folder for the Java code, a `jni` folder for the C code and a `res` folder for UI resources. diff --git a/subprojects/gst-docs/markdown/tutorials/ios/link-against-gstreamer.md b/subprojects/gst-docs/markdown/tutorials/ios/link-against-gstreamer.md index 3752b62062..6275c48a9f 100644 --- a/subprojects/gst-docs/markdown/tutorials/ios/link-against-gstreamer.md +++ b/subprojects/gst-docs/markdown/tutorials/ios/link-against-gstreamer.md @@ -11,7 +11,7 @@ GStreamer library from Xcode using objective-C. ## Hello GStreamer! The tutorials code are in the -[folder](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-docs/examples/tutorials/xcode%20iOS/). +[`tutorials/xcode iOS` folder](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-docs/examples/tutorials/xcode%20iOS/). It was created using the GStreamer Single View Application template. The view contains only a `UILabel` that will be