fix URL for VST3 plugin locations specs (#8659)

This commit is contained in:
Paul Davis 2021-04-21 18:00:41 -06:00
parent eeadf5087d
commit 4c1a82a153

View File

@ -3750,7 +3750,9 @@ These settings will only take effect after %1 is restarted.\n\
),
_("Additional VST3 Path:"));
vst3_path->set_note (_("Customizing VST3 paths is discouraged. Note that default VST3 paths as per <a href=\"https://steinbergmedia.github.io/vst3_doc/vstinterfaces/vst3loc.html#pluginloc\">specification</a> are always searched, and need not be explicitly set."));
vst3_path->set_note (_("Customizing VST3 paths is discouraged. Note that default VST3 paths as per "
"<a href=\"https://developer.steinberg.help/display/VST/Plug-in+Locations\">specification</a>"
"are always searched, and need not be explicitly set."));
add_option (_("Plugins/VST"), vst3_path);
// -> Appearance/Mixer ?