summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-04-09 10:27:36 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-04-09 10:27:36 +0200
commit276dc7af748ea4dda9fbf1e7d35bc80057b55177 (patch)
treea846852d8630e91ac47080d4ff7214ea6eee4d92
parentd1e6dec6690aefdb7c6d2556cee8da6b6810d8ba (diff)
downloadsystemd-276dc7af748ea4dda9fbf1e7d35bc80057b55177.tar.gz
docs: use new URL for package-notes
-rw-r--r--docs/COREDUMP_PACKAGE_METADATA.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/COREDUMP_PACKAGE_METADATA.md b/docs/COREDUMP_PACKAGE_METADATA.md
index bf7588f43a..ab7c4596de 100644
--- a/docs/COREDUMP_PACKAGE_METADATA.md
+++ b/docs/COREDUMP_PACKAGE_METADATA.md
@@ -61,7 +61,7 @@ Value: a JSON string with the structure described below
}
```
-A reference implementations of a [build-time tool is provided](https://github.com/keszybz/rpm-version-note/)
+A reference implementations of a [build-time tool is provided](https://github.com/systemd/package-notes)
and can be used to generate a linker script, which can then be used at build time via
```LDFLAGS="-Wl,-T,/path/to/generated/script"``` to include the note in the binary.