summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <christian@hergert.me>2023-01-14 03:03:21 +0000
committerChristian Hergert <christian@hergert.me>2023-01-14 03:03:21 +0000
commit2a6d8226830bf33323d7c823890b61a777001e95 (patch)
tree0021453153c8d6c93f0cc4647030892eb791523b
parenta061d354c7d677d7c8e8484e0a37a4917b3dc25a (diff)
parentb4932ce351c36d2ab6e6fa0340967e981d67e52e (diff)
downloadgtksourceview-2a6d8226830bf33323d7c823890b61a777001e95.tar.gz
Merge branch 'wip/corey/fix-doc' into 'master'
docs: Fix dependency names See merge request GNOME/gtksourceview!310
-rw-r--r--docs/GtkSource.toml.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/GtkSource.toml.in b/docs/GtkSource.toml.in
index 8ea57b2b..18677507 100644
--- a/docs/GtkSource.toml.in
+++ b/docs/GtkSource.toml.in
@@ -23,7 +23,7 @@ search_index = true
docs_url = "https://docs.gtk.org/glib/"
[dependencies."Gio-2.0"]
- name = "GIO"
+ name = "Gio"
description = "GObject Interfaces and Objects, Networking, IPC, and I/O"
docs_url = "https://docs.gtk.org/gio/"
@@ -38,12 +38,12 @@ search_index = true
docs_url = "https://docs.gtk.org/gdk-pixbuf/"
[dependencies."Gdk-4.0"]
- name = "GDK"
+ name = "Gdk"
description = "The GTK windowing system abstraction"
docs_url = "https://docs.gtk.org/gdk4/"
[dependencies."Gtk-4.0"]
- name = "GTK"
+ name = "Gtk"
description = "The GTK toolkit"
docs_url = "https://docs.gtk.org/gtk4/"