We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5073536 commit dc0e374Copy full SHA for dc0e374
meson.build
@@ -308,7 +308,7 @@ endif
308
if meson.is_subproject()
309
pkgconfig_vars = {
310
'htmlrefdir': install_prefix / install_docdir / 'reference' / 'html',
311
- 'htmlrefpub': 'http://library.gnome.org/devel/libsigc++/unstable/'
+ 'htmlrefpub': 'https://libsigcplusplus.github.io/libsigcplusplus/reference/html/'
312
}
313
if build_documentation
314
pkgconfig_vars += {'doxytagfile': tag_file.full_path()}
0 commit comments