summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Gonzalez <rgonzalez@fluendo.com>2021-07-14 17:00:56 +0200
committerRuben Gonzalez <rgonzalez@fluendo.com>2021-07-14 17:00:56 +0200
commit4aa734919f481d12f3f321809a30c6645e185f08 (patch)
tree86613da4c1086346529bd35d4c396bd61dda4ad6
parent883a6601986d65b3d9ca53b54832258346628824 (diff)
application-development: Fix " Non-instantiatable classed types" link
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/160>
-rw-r--r--markdown/application-development/advanced/interfaces.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/application-development/advanced/interfaces.md b/markdown/application-development/advanced/interfaces.md
index f81ffcd..b639801 100644
--- a/markdown/application-development/advanced/interfaces.md
+++ b/markdown/application-development/advanced/interfaces.md
@@ -9,7 +9,7 @@ properties as a simple way for applications and elements to interact. This
method suffices for simple getters and setters, but fails for anything more
complicated. For more complex use cases, GStreamer uses interfaces based on the
`GObject`
-[`GTypeInterface`](http://library.gnome.org/devel/gobject/stable/gtype-non-instantiable-classed.html)
+[`GTypeInterface`](http://library.gnome.org/devel/gobject/stable/gtype-non-instantiatable-classed.html)
type.
This text is meant to be introductory and does not include source code examples.