Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaruntej Kanakamalla <taruntejk@live.com>2022-07-07 09:21:07 +0300
committerTaruntej Kanakamalla <taruntejk@live.com>2022-11-11 15:17:40 +0300
commitba49efa8f2fa994293f1147fc07c44483f398ae5 (patch)
tree3a5c59358a565a107dec68df8648e5ffd917155b
parentb57135e09c6da79266c680e669e6e092bd340f11 (diff)
Updated the GObject tutorial link
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2723>
-rw-r--r--subprojects/gst-docs/markdown/plugin-development/introduction/preface.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/gst-docs/markdown/plugin-development/introduction/preface.md b/subprojects/gst-docs/markdown/plugin-development/introduction/preface.md
index 3621bb0194..49a4fa2cad 100644
--- a/subprojects/gst-docs/markdown/plugin-development/introduction/preface.md
+++ b/subprojects/gst-docs/markdown/plugin-development/introduction/preface.md
@@ -78,7 +78,7 @@ site](http://gstreamer.freedesktop.org/documentation/).
In order to understand this manual, you will need to have a basic
understanding of the C language. Since GStreamer adheres to the GObject
programming model, this guide also assumes that you understand the
-basics of [GObject](http://developer.gnome.org/gobject/stable/pt01.html)
+basics of [GObject](https://docs.gtk.org/gobject/concepts.html)
programming. You may also want to have a look at Eric Harlow's book
*Developing Linux Applications with GTK+ and GDK*.