summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2021-05-19 15:57:31 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2021-05-19 15:57:31 +0200
commitf6abdbbe44467583ca9c76d61f4a7784c4582add (patch)
tree083329650f23ba90e74142a31031833ad3baba58
parentdf010835cd46f317df3732e197491c923d4a1a13 (diff)
downloadsigc++-f6abdbbe44467583ca9c76d61f4a7784c4582add.tar.gz
Documentation: Let links point to sigc++2 and gtkmm3 versions
-rw-r--r--meson.build2
-rw-r--r--sigc++-uninstalled.pc.in2
-rw-r--r--sigc++.pc.in2
-rw-r--r--sigc++/sigc++.h4
4 files changed, 5 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index dd67967..6fcfe84 100644
--- a/meson.build
+++ b/meson.build
@@ -252,7 +252,7 @@ endif
if meson.is_subproject()
pkgconfig_vars = {
'htmlrefdir': install_prefix / install_docdir / 'reference' / 'html',
- 'htmlrefpub': 'http://library.gnome.org/devel/libsigc++/unstable/'
+ 'htmlrefpub': 'http://library.gnome.org/devel/libsigc++/2.10/'
}
if build_documentation
pkgconfig_vars += {'doxytagfile': tag_file.full_path()}
diff --git a/sigc++-uninstalled.pc.in b/sigc++-uninstalled.pc.in
index 9e91296..0205215 100644
--- a/sigc++-uninstalled.pc.in
+++ b/sigc++-uninstalled.pc.in
@@ -1,5 +1,5 @@
doxytagfile=${pc_top_builddir}/docs/reference/libsigc++-@SIGCXX_API_VERSION@.tag
-htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable/
+htmlrefpub=http://library.gnome.org/devel/libsigc++/2.10/
Name: libsigc++
Description: Typesafe signal and callback system for C++, not installed
diff --git a/sigc++.pc.in b/sigc++.pc.in
index 05de315..d4cd244 100644
--- a/sigc++.pc.in
+++ b/sigc++.pc.in
@@ -8,7 +8,7 @@ includedir=@includedir@
docdir=${datarootdir}/doc/libsigc++-@SIGCXX_API_VERSION@
doxytagfile=${docdir}/reference/libsigc++-@SIGCXX_API_VERSION@.tag
htmlrefdir=${docdir}/reference/html
-htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable/
+htmlrefpub=http://library.gnome.org/devel/libsigc++/2.10/
Name: libsigc++
Description: Typesafe signal and callback system for C++
diff --git a/sigc++/sigc++.h b/sigc++/sigc++.h
index 0643184..7acb549 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="https://developer.gnome.org/libsigc++-tutorial/stable/">libsigc++ tutorial</a>,
+ * <a href="https://developer.gnome.org/libsigc++-tutorial/2.10/">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>.
+ * the <a href="https://developer.gnome.org/gtkmm-tutorial/3.24/chapter-signals.html">Signals appendix of the Programming with gtkmm book</a>.
*
* @section features Features
*