Skip to content

Commit

Permalink
feat(real time config): updated docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
roehlerw committed Dec 5, 2022
1 parent 2535402 commit 3f13556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PluginSalesforce/API/Read/GetSchemaJson.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static string GetSchemaJson()
{
{"type", "string"},
{"title", "Channel Name"},
{"description", "Enter the name of the channel in Salesforce. The channel must contain the \"id\" column and the \"id\" property must be the only key property in the input. To create or find an existing channel, please refer to this documentation: https://docs.naveego.com/docs/plugins/plugin-salesforce-realtime.html"}
{"description", "Enter the name of the channel in Salesforce. The channel must contain the \"id\" column and the \"id\" property must be the only key property in the input. To create or find an existing channel, please refer to this documentation: https://docs.augr.aunsight.com/plugins/plugin-salesforce-realtime"}
}}
}},
{"required", new []
Expand Down

0 comments on commit 3f13556

Please sign in to comment.