summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2022-09-19 10:59:35 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2022-09-19 10:59:35 +0200
commitef81cfc0cdc7e6e56945b03bbece261e0e725b61 (patch)
tree30200457334b1d155f0751580335a724e3efbc20
parentbb1c06c612f803c7ddd7704620df12eb6f4d790c (diff)
downloadglibmm-ef81cfc0cdc7e6e56945b03bbece261e0e725b61.tar.gz
glib/glibmm.h: Update the link to the gtkmm tutorial
-rw-r--r--glib/glibmm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/glibmm.h b/glib/glibmm.h
index 5e3b278d..7ea7b9fa 100644
--- a/glib/glibmm.h
+++ b/glib/glibmm.h
@@ -26,7 +26,7 @@
* glibmm is the official C++ interface for the popular cross-platform library %Glib.
* It provides non-UI API that is not available in standard C++ and makes it
* possible for gtkmm to wrap GObject-based APIs.
- * See also the <a href="https://library.gnome.org/devel/gtkmm-tutorial/stable/">
+ * See also the <a href="https://gnome.pages.gitlab.gnome.org/gtkmm-documentation/">
* Programming with gtkmm</a> book for a tutorial on programming with gtkmm and
* glibmm.
*