summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-10-04 13:12:33 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-10-04 13:12:33 +0200
commit179907ee861f3c465e1208d318695d5841245e81 (patch)
tree5e18ad5de6d51c9788995f2b5da31420c8113b17
parentb867a8fc79936fae513f64d0e28d8315d6e9b9e5 (diff)
downloadsigc++-179907ee861f3c465e1208d318695d5841245e81.tar.gz
Docs: Change libsigc++ webpage mentions to GitHub
Change libsigc.sourceforge.net to libsigcplusplus.github.io/libsigcplusplus.
-rw-r--r--sigc++-uninstalled.pc.in2
-rw-r--r--sigc++.pc.in2
-rw-r--r--sigc++/sigc++.h8
3 files changed, 5 insertions, 7 deletions
diff --git a/sigc++-uninstalled.pc.in b/sigc++-uninstalled.pc.in
index 9a9fde1..9e91296 100644
--- a/sigc++-uninstalled.pc.in
+++ b/sigc++-uninstalled.pc.in
@@ -4,6 +4,6 @@ htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable/
Name: libsigc++
Description: Typesafe signal and callback system for C++, not installed
Version: @PACKAGE_VERSION@
-URL: http://libsigc.sourceforge.net/
+URL: https://libsigcplusplus.github.io/libsigcplusplus/
Libs: ${pc_top_builddir}/sigc++/libsigc-@SIGCXX_API_VERSION@.la
Cflags: -I${pc_top_builddir} -I${pc_top_builddir}/@top_srcdir@
diff --git a/sigc++.pc.in b/sigc++.pc.in
index c03a1dd..05de315 100644
--- a/sigc++.pc.in
+++ b/sigc++.pc.in
@@ -13,6 +13,6 @@ htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable/
Name: libsigc++
Description: Typesafe signal and callback system for C++
Version: @PACKAGE_VERSION@
-URL: http://libsigc.sourceforge.net/
+URL: https://libsigcplusplus.github.io/libsigcplusplus/
Libs: -L${libdir} -lsigc-@SIGCXX_API_VERSION@
Cflags: -I${includedir}/sigc++-@SIGCXX_API_VERSION@ -I${libdir}/sigc++-@SIGCXX_API_VERSION@/include
diff --git a/sigc++/sigc++.h b/sigc++/sigc++.h
index dbbc520..84f367f 100644
--- a/sigc++/sigc++.h
+++ b/sigc++/sigc++.h
@@ -34,11 +34,9 @@
* @ref slot "Slots" and @ref adaptors "Adaptors".
*
* See also the
- * <a href="http://libsigc.sourceforge.net/libsigc2/docs/manual/html/index.html">libsigc++
- * tutorial</a>,
- * the <a href="http://libsigc.sourceforge.net/">libsigc++ website</a>, and
- * the <a href="http://library.gnome.org/devel/gtkmm-tutorial/unstable/chapter-signals.html">Signals
- * appendix of the Programming with gtkmm book</a>.
+ * <a href="https://developer.gnome.org/libsigc++-tutorial/stable/">libsigc++ tutorial</a>,
+ * the <a href="https://libsigcplusplus.github.io/libsigcplusplus/">libsigc++ website</a>, and
+ * the <a href="https://developer.gnome.org/gtkmm-tutorial/unstable/chapter-signals.html">Signals appendix of the Programming with gtkmm book</a>.
*
* @section features Features
*