From dff524d7e602a15c29155e8aea30baf147bf2adb Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Fri, 17 May 2024 09:12:14 +0200 Subject: [PATCH] pdb: Update URL for GLib API docs --- pdb/README_NEW_PDB_PROC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdb/README_NEW_PDB_PROC b/pdb/README_NEW_PDB_PROC index e7443e0995..04f2d46e5f 100644 --- a/pdb/README_NEW_PDB_PROC +++ b/pdb/README_NEW_PDB_PROC @@ -42,7 +42,7 @@ Anything I should know before continuing this tutorial? Yes. You should know https://en.wikipedia.org/wiki/C_%28programming_language%29[C Programming] (C is the language in which GIMP is coded), know a bit of -https://library.gnome.org/devel/glib/stable/[Glib] (the library which +https://docs.gtk.org/glib/[Glib] (the library which GIMP uses for many of it's data-structures). In addition, you should know enough about the GIMP core for implementing your function (this is not a programming tutorial, this is only a technical tutorial) or at