Updated the GObject tutorial link
authorTaruntej Kanakamalla <taruntejk@live.com>
Thu, 7 Jul 2022 06:21:07 +0000 (06:21 +0000)
committerTaruntej Kanakamalla <taruntejk@live.com>
Fri, 11 Nov 2022 12:17:40 +0000 (12:17 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2723>

subprojects/gst-docs/markdown/plugin-development/introduction/preface.md

index 3621bb0..49a4fa2 100644 (file)
@@ -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*.