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 07b7bfa commit 3f30407Copy full SHA for 3f30407
meson.build
@@ -412,7 +412,7 @@ endif
412
if meson.is_subproject()
413
pkgconfig_vars = {
414
'htmlrefdir': install_prefix / install_docdir / 'reference' / 'html',
415
- 'htmlrefpub': 'http://library.gnome.org/devel/libxml++/unstable/'
+ 'htmlrefpub': 'https://libxmlplusplus.github.io/libxmlplusplus/reference/html/'
416
}
417
if build_documentation
418
pkgconfig_vars += {'doxytagfile': tag_file.full_path()}
0 commit comments