File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable/
4
4
Name: libsigc++
5
5
Description: Typesafe signal and callback system for C++, not installed
6
6
Version: @PACKAGE_VERSION@
7
- URL: http ://libsigc.sourceforge.net /
7
+ URL: https ://libsigcplusplus.github.io/libsigcplusplus /
8
8
Libs: ${pc_top_builddir}/sigc++/libsigc-@SIGCXX_API_VERSION@.la
9
9
Cflags: -I${pc_top_builddir} -I${pc_top_builddir}/@top_srcdir@
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable/
13
13
Name: libsigc++
14
14
Description: Typesafe signal and callback system for C++
15
15
Version: @PACKAGE_VERSION@
16
- URL: http ://libsigc.sourceforge.net /
16
+ URL: https ://libsigcplusplus.github.io/libsigcplusplus /
17
17
Libs: -L${libdir} -lsigc-@SIGCXX_API_VERSION@
18
18
Cflags: -I${includedir}/sigc++-@SIGCXX_API_VERSION@ -I${libdir}/sigc++-@SIGCXX_API_VERSION@/include
Original file line number Diff line number Diff line change 34
34
* @ref slot "Slots" and @ref adaptors "Adaptors".
35
35
*
36
36
* 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>.
42
40
*
43
41
* @section features Features
44
42
*
You can’t perform that action at this time.
0 commit comments