aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/plugins/uiconfiguredplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/plugins/uiconfiguredplugin.h')
-rw-r--r--SQLiteStudio3/coreSQLiteStudio/plugins/uiconfiguredplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/plugins/uiconfiguredplugin.h b/SQLiteStudio3/coreSQLiteStudio/plugins/uiconfiguredplugin.h
index 1426117..b2a0b8d 100644
--- a/SQLiteStudio3/coreSQLiteStudio/plugins/uiconfiguredplugin.h
+++ b/SQLiteStudio3/coreSQLiteStudio/plugins/uiconfiguredplugin.h
@@ -15,7 +15,7 @@ class API_EXPORT UiConfiguredPlugin
*
* This method should return the object name of the top-most widget found in the provided *.ui file.
*
- * For more details see: http://wiki.sqlitestudio.pl/index.php/Plugin_UI_forms
+ * For more details see: https://github.com/pawelsalawa/sqlitestudio/wiki/Plugin_UI_forms
*/
virtual QString getConfigUiForm() const = 0;