From ba49efa8f2fa994293f1147fc07c44483f398ae5 Mon Sep 17 00:00:00 2001 From: Taruntej Kanakamalla Date: Thu, 7 Jul 2022 06:21:07 +0000 Subject: [PATCH] Updated the GObject tutorial link Part-of: --- .../markdown/plugin-development/introduction/preface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*.