From ff77cfc9b5f692026892229c265f6c16b5c23ea7 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 18 Jun 2018 12:44:39 +0200 Subject: [PATCH] doc: Update more website links --- doc/libfprint-docs.xml | 2 +- doc/xml/meson.build | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/libfprint-docs.xml b/doc/libfprint-docs.xml index fd674ec..e56f4b7 100644 --- a/doc/libfprint-docs.xml +++ b/doc/libfprint-docs.xml @@ -11,7 +11,7 @@ This document is the API reference for the libfprint library. The latest version of libfprint, as well as the latest version of - this API reference, is available online. + this API reference, is available online. diff --git a/doc/xml/meson.build b/doc/xml/meson.build index ea3ddf5..e35f7ee 100644 --- a/doc/xml/meson.build +++ b/doc/xml/meson.build @@ -1,10 +1,10 @@ ent_conf = configuration_data() ent_conf.set('PACKAGE', 'libfprint') -ent_conf.set('PACKAGE_BUGREPORT', 'https://bugs.freedesktop.org/enter_bug.cgi?product=libfprint') +ent_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/libfprint/libfprint/issues') ent_conf.set('PACKAGE_NAME', 'libfprint') ent_conf.set('PACKAGE_STRING', 'libfprint') ent_conf.set('PACKAGE_TARNAME', 'libfprint-' + meson.project_version()) -ent_conf.set('PACKAGE_URL', 'https://www.freedesktop.org/wiki/Software/fprint/libfprint/') +ent_conf.set('PACKAGE_URL', 'https://fprint.freedesktop.org/') ent_conf.set('PACKAGE_VERSION', meson.project_version()) ent_conf.set('PACKAGE_API_VERSION', '1.0') configure_file(input: 'gtkdocentities.ent.in', output: 'gtkdocentities.ent', configuration: ent_conf)