[gtkmm] gtk/gtkmm.h: Update the link to libsigc++'s home page



commit b92915dd52455ff50a716ded2bcf5b99b322fb46
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Tue Oct 6 13:03:49 2020 +0200

    gtk/gtkmm.h: Update the link to libsigc++'s home page

 gtk/gtkmm.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkmm.h b/gtk/gtkmm.h
index 9504f6fd..7425e670 100644
--- a/gtk/gtkmm.h
+++ b/gtk/gtkmm.h
@@ -24,7 +24,7 @@
  *
  * @section description Description
  *
- * gtkmm is the official C++ interface for the popular GUI library GTK+.
+ * gtkmm is the official C++ interface for the popular GUI library GTK.
  * Highlights include typesafe callbacks, and a comprehensive set of widgets
  * that are easily extensible via inheritance.
  *
@@ -38,11 +38,11 @@
  *
  * @section features Features
  *
- * - GTK+’s mature, capable set of @ref Widgets widgets. See
- *   <a href="http://www.gtk.org/";>the GTK+ website</a> for more information.
+ * - GTK’s mature, capable set of @ref Widgets widgets. See
+ *   <a href="http://www.gtk.org/";>the GTK website</a> for more information.
  * - Use inheritance to derive custom widgets.
  * - Type-safe signal handlers (slots), in standard C++, using
- *   <a href="http://libsigc.sourceforge.net/";>libsigc++</a>.
+ *   <a href="https://libsigcplusplus.github.io/libsigcplusplus/";>libsigc++</a>.
  * - Polymorphism.
  * - Use of the Standard C++ Library, including strings, containers and
  *   iterators.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]