Skip to content

Commit 57b13d1

Browse files
committed
meson.build, libxml++.pc.in: Update htmlrefpub
1 parent 3296d84 commit 57b13d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libxml++.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ includedir=@includedir@
88
docdir=${datarootdir}/doc/@LIBXMLXX_MODULE_NAME@
99
doxytagfile=${docdir}/reference/@LIBXMLXX_MODULE_NAME@.tag
1010
htmlrefdir=${docdir}/reference/html
11-
htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
11+
htmlrefpub=https://libxmlplusplus.github.io/libxmlplusplus/reference/html/
1212

1313
Name: libxml++
1414
Description: C++ wrapper for libxml

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ endif
412412
if meson.is_subproject()
413413
pkgconfig_vars = {
414414
'htmlrefdir': install_prefix / install_docdir / 'reference' / 'html',
415-
'htmlrefpub': 'http://library.gnome.org/devel/libxml++/unstable/'
415+
'htmlrefpub': 'https://libxmlplusplus.github.io/libxmlplusplus/reference/html/'
416416
}
417417
if build_documentation
418418
pkgconfig_vars += {'doxytagfile': tag_file.full_path()}

0 commit comments

Comments
 (0)