From 70674cbd29bbd1c52aaf8d652873585ca0bda303 Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 19 Jul 2017 00:22:47 +0200 Subject: [PATCH] Fixed incorrect link. --- _faqs/2017-01-29-excluding-plugin-destination.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_faqs/2017-01-29-excluding-plugin-destination.markdown b/_faqs/2017-01-29-excluding-plugin-destination.markdown index 1de258b16..03073aa5d 100644 --- a/_faqs/2017-01-29-excluding-plugin-destination.markdown +++ b/_faqs/2017-01-29-excluding-plugin-destination.markdown @@ -20,7 +20,7 @@ This might solve the adding of additional plugins when new releases bring new pl Here is an example on how to exclude plugins by adding the plugins you don't want to the greenshot.ini: -1. Find the greenshot.ini by reading [this](http://getgreenshot.org/faq/where-does-greenshot-store-its-configuration-settings/) or modify/create the greenshot-fixed.ini as described [here](/faq/how-can-i-control-greenshots-configuration/) +1. Find the greenshot.ini by reading [this](http://getgreenshot.org/faq/where-does-greenshot-store-its-configuration-settings/) or modify/create the greenshot-fixed.ini as described [here](/faq/what-is-the-best-way-to-control-greenshots-configuration-at-install-time/) 2. Stop Greenshot 3. Open file in an editor 4. Modify the line which should be under the "[Core]" section of the ini starting with "ExcludePlugins" (or add it, if not available), you can add all the plugin names with a comma in between.