diff --git a/plugins/tpm-eventlog/fu-plugin-tpm-eventlog.c b/plugins/tpm-eventlog/fu-plugin-tpm-eventlog.c index 9fff4cc2e..4f5a44a6d 100644 --- a/plugins/tpm-eventlog/fu-plugin-tpm-eventlog.c +++ b/plugins/tpm-eventlog/fu-plugin-tpm-eventlog.c @@ -101,5 +101,5 @@ fu_plugin_device_registered (FuPlugin *plugin, FuDevice *device) /* urgh, this is unexpected */ fu_device_set_update_error (device, "TPM PCR0 differs from reconstruction, " - "please report!"); + "please see https://github.com/fwupd/fwupd/wiki/TPM-PCR0-differs-from-reconstruction"); }