diff --git a/plugin.json b/plugin.json index 14759b19..102730ec 100644 --- a/plugin.json +++ b/plugin.json @@ -15,7 +15,7 @@ } }, "settings_schema": { - "header": "Configure this plugin directly in the `config.json` file, or using the `/autolink` command. Learn more [in our documentation](https://github.com/mattermost/mattermost-plugin-autolink/blob/master/README.md).\n\n To report an issue, make a suggestion, or submit a contribution, [check the plugin repository](https://github.com/mattermost/mattermost-plugin-autolink).", + "header": "Configure this plugin directly in the `config.json` file, or using the `/autolink` command. Learn more [in our documentation](https://github.com/mattermost/mattermost-plugin-autolink/blob/master/README.md).\n\n To report an issue, make a suggestion, or contribute, [check the plugin repository](https://github.com/mattermost/mattermost-plugin-autolink).", "settings": [ { "key": "EnableAdminCommand", @@ -33,7 +33,7 @@ "key": "PluginAdmins", "display_name": "Admin User IDs:", "type": "text", - "help_text": "Comma-separated list of user IDs authorized to administer the plugin in addition to the System Admins.\n \n User IDs can be found in the user's profile via **System Console > User Management > Users**." + "help_text": "Comma-separated list of user IDs authorized to administer the plugin in addition to the System Admins.\n \n User IDs can be found by navigating to **System Console > User Management > Users**." } ] }