summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-10-04 13:18:53 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-10-04 13:18:53 +0200
commit854e7af0079811ab0229ced5ed8c24549b2754bf (patch)
treef4ce7b561568decb721ccb0d268eb1f76df9a347
parent2c24f3f748ecfa6858f8510c8268527625925614 (diff)
downloadsigc++-854e7af0079811ab0229ced5ed8c24549b2754bf.tar.gz
Docs: Change libsigc++ webpage mentions to GitHub
Change libsigc.sourceforge.net to libsigcplusplus.github.io/libsigcplusplus.
-rw-r--r--docs/website/devel.shtml7
-rw-r--r--docs/website/fragments/footer.html_fragment2
-rw-r--r--sigc++-uninstalled.pc.in2
-rw-r--r--sigc++.pc.in2
-rw-r--r--sigc++/sigc++.h6
5 files changed, 9 insertions, 10 deletions
diff --git a/docs/website/devel.shtml b/docs/website/devel.shtml
index 105fc3f..0b38c9d 100644
--- a/docs/website/devel.shtml
+++ b/docs/website/devel.shtml
@@ -20,17 +20,16 @@ There is an archive of messages,
<a name="patches"><h3>Patches</h3></a>
<p>
-Patches should be added to bugzilla bugs.</p>
+Patches should be added to GitHub's issue tracker.</p>
<p>
-Open <a href="http://bugzilla.gnome.org/buglist.cgi?product=libsigc%2B%2B&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO">libsigc++ bugs</a><br/>
-Submit a new libsigc++ bug <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B">here</a>
+Open <a href="https://github.com/libsigcplusplus/libsigcplusplus/issues">libsigc++ issues</a>.
</p>
<a name="git"><h3>Version Control</h3></a>
<p>
-libsigc++ is in the <a href="http://git.gnome.org/browse/libsigcplusplus/">libsigcplusplus</a> module in GNOME's git repository.
+libsigc++ is in the <a href="https://github.com/libsigcplusplus/libsigcplusplus">libsigcplusplus</a> module in GitHub's git repository.
</p>
<!-- SSI fragments/footer.html_fragment begin -->
diff --git a/docs/website/fragments/footer.html_fragment b/docs/website/fragments/footer.html_fragment
index 7657dd9..0ca6966 100644
--- a/docs/website/fragments/footer.html_fragment
+++ b/docs/website/fragments/footer.html_fragment
@@ -4,7 +4,7 @@
<a href="mailto:libsigc-list@gnome.org">libsigc++ mailing list</a>
|
-<a href="http://git.gnome.org/browse/libsigcplusplus/">website source</a>
+<a href="https://github.com/libsigcplusplus/libsigcplusplus/">website source</a>
|
<a href="http://sourceforge.net">
<img src="http://sourceforge.net/sflogo.php?group_id=1970&amp;type=1" alt="*SOURCEFORGE*" width="88" height="31" border="0" /></a>
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 b37a889..765b1f8 100644
--- a/sigc++/sigc++.h
+++ b/sigc++/sigc++.h
@@ -34,9 +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
*