diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml
index 68d006a1ce..019901d00c 100644
--- a/man/systemd-analyze.xml
+++ b/man/systemd-analyze.xml
@@ -862,8 +862,9 @@ alias.service:7: Unknown key name 'MysteryKey' in section 'Service', ignoring.
This command will load the specified files, and if they are ELF objects (executables,
libraries, core files, etc.) it will parse the embedded packaging metadata, if any, and print
- it in a table or json format. See the
- Packaging Metadata documentation for more information.
+ it in a table or json format. See the
+
+ Package Metadata for Executable Files document for more information.
Print information about a core file as JSON
diff --git a/man/systemd-coredump.xml b/man/systemd-coredump.xml
index 737b80de9a..a7862f9c0f 100644
--- a/man/systemd-coredump.xml
+++ b/man/systemd-coredump.xml
@@ -412,12 +412,14 @@ flags: ...
COREDUMP_PACKAGE_VERSION=
COREDUMP_PACKAGE_JSON=
- If the executable contained .package metadata ELF notes, they will be
- parsed and attached. The package and packageVersion
- of the 'main' ELF module (ie: the executable) will be appended individually. The
- JSON-formatted content of all modules will be appended as a single JSON object, each with
- the module name as the key. For more information about this metadata format and content, see
- the coredump metadata spec.
+ If the executable contained .package metadata ELF notes, they will be parsed and
+ attached. The package and version of the 'main' ELF module
+ (i.e., the executable) will be appended individually. The JSON-formatted content of all modules will
+ be appended as a single JSON object, each with the module name as the key. For more information about
+ this metadata format and content, see the
+ Package Metadata for Executable Files
+ document.
+