From a11ebbc03db5c2e7b2dd81dacadcec71483ea516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Tue, 21 Sep 2021 10:52:26 +0200 Subject: [PATCH] plugin: fix URL to fu-device-metadata.h The commit 6b0e66354b1b7007cb525a3d3c8280bf9001e880 moved the header to libfwupdplugin. --- plugins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/README.md b/plugins/README.md index 4f4aa3f25..d2a54490d 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -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: - + All interactions between plugins should have the interface defined in that file.