diff --git a/man/meson.build b/man/meson.build
index ffa332172..c9955a693 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -2,7 +2,7 @@ manpage_conf = configuration_data()
manpage_conf.set('PACKAGE_NAME', meson.project_name())
manpage_conf.set('PACKAGE_VERSION', meson.project_version())
manpage_conf.set('PACKAGE_URL', 'http://pipewire.org')
-manpage_conf.set('PACKAGE_BUGREPORT', 'https://github.com/PipeWire/pipewire/issues')
+manpage_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/pipewire/pipewire/issues')
manpage_conf.set('PIPEWIRE_CONFIG_DIR', pipewire_configdir)
manpage_conf.set('top_srcdir', meson.source_root())
manpage_conf.set('top_builddir', meson.build_root())
@@ -10,8 +10,8 @@ manpage_conf.set('top_builddir', meson.build_root())
manpages = [
[ 'pipewire', '1' ],
[ 'pipewire.conf', '5' ],
- [ 'pipewire-cli', '1' ],
- [ 'pipewire-monitor', '1' ]
+ [ 'pw-cli', '1' ],
+ [ 'pw-mon', '1' ]
]
foreach m : manpages
diff --git a/man/pipewire.1.xml.in b/man/pipewire.1.xml.in
index 39e09b2c6..d582c8a70 100644
--- a/man/pipewire.1.xml.in
+++ b/man/pipewire.1.xml.in
@@ -34,7 +34,7 @@ This file is part of PipeWire.
@@ -45,7 +45,8 @@ This file is part of PipeWire.
-
Interact with a PipeWire instance.
Connections to other, remote instances can be made. The current instance
name is displayed at the prompt. Some commands operate on the current
@@ -145,7 +145,7 @@ This file is part of PipeWire.