diff --git a/src/plugins/score-plugin-gfx/Gfx/Text/Metadata.hpp b/src/plugins/score-plugin-gfx/Gfx/Text/Metadata.hpp index fe1edf0e9c..62b86935af 100644 --- a/src/plugins/score-plugin-gfx/Gfx/Text/Metadata.hpp +++ b/src/plugins/score-plugin-gfx/Gfx/Text/Metadata.hpp @@ -17,6 +17,6 @@ PROCESS_METADATA( (QStringList{"gfx", "text"}), // Tags {}, // Inputs {}, // Outputs - QUrl(""), + QUrl("https://ossia.io/score-docs/processes/text.html"), Process::ProcessFlags::SupportsAll | Process::ProcessFlags::ControlSurface // Flags )