plugin: fix URL to fu-device-metadata.h

The commit 6b0e66354b moved the header to
libfwupdplugin.
This commit is contained in:
Gaël PORTAY 2021-09-21 10:52:26 +02:00 committed by Richard Hughes
parent dee928a012
commit a11ebbc03d

View File

@ -23,6 +23,6 @@ This includes things like one plugin turning on a device, or providing missing
metadata to another plugin.
The ABI for these interactions is defined in:
<https://github.com/fwupd/fwupd/blob/master/src/fu-device-metadata.h>
<https://github.com/fwupd/fwupd/blob/master/libfwupdplugin/fu-device-metadata.h>
All interactions between plugins should have the interface defined in that file.