Skip to content

Commit 179907e

Browse files
committed
Docs: Change libsigc++ webpage mentions to GitHub
Change libsigc.sourceforge.net to libsigcplusplus.github.io/libsigcplusplus.
1 parent b867a8f commit 179907e

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

sigc++-uninstalled.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable/
44
Name: libsigc++
55
Description: Typesafe signal and callback system for C++, not installed
66
Version: @PACKAGE_VERSION@
7-
URL: http://libsigc.sourceforge.net/
7+
URL: https://libsigcplusplus.github.io/libsigcplusplus/
88
Libs: ${pc_top_builddir}/sigc++/libsigc-@SIGCXX_API_VERSION@.la
99
Cflags: -I${pc_top_builddir} -I${pc_top_builddir}/@top_srcdir@

sigc++.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable/
1313
Name: libsigc++
1414
Description: Typesafe signal and callback system for C++
1515
Version: @PACKAGE_VERSION@
16-
URL: http://libsigc.sourceforge.net/
16+
URL: https://libsigcplusplus.github.io/libsigcplusplus/
1717
Libs: -L${libdir} -lsigc-@SIGCXX_API_VERSION@
1818
Cflags: -I${includedir}/sigc++-@SIGCXX_API_VERSION@ -I${libdir}/sigc++-@SIGCXX_API_VERSION@/include

sigc++/sigc++.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@
3434
* @ref slot "Slots" and @ref adaptors "Adaptors".
3535
*
3636
* See also the
37-
* <a href="http://libsigc.sourceforge.net/libsigc2/docs/manual/html/index.html">libsigc++
38-
* tutorial</a>,
39-
* the <a href="http://libsigc.sourceforge.net/">libsigc++ website</a>, and
40-
* the <a href="http://library.gnome.org/devel/gtkmm-tutorial/unstable/chapter-signals.html">Signals
41-
* appendix of the Programming with gtkmm book</a>.
37+
* <a href="https://developer.gnome.org/libsigc++-tutorial/stable/">libsigc++ tutorial</a>,
38+
* the <a href="https://libsigcplusplus.github.io/libsigcplusplus/">libsigc++ website</a>, and
39+
* the <a href="https://developer.gnome.org/gtkmm-tutorial/unstable/chapter-signals.html">Signals appendix of the Programming with gtkmm book</a>.
4240
*
4341
* @section features Features
4442
*

0 commit comments

Comments
 (0)