Skip to content

Commit

Permalink
docs: Correct resource-group command help text to point to public docs
Browse files Browse the repository at this point in the history
* Updated URL in Resource Groups v2 command help text to point to correct documentation.

* fix: Corrected URL in resource group command help text to point to public documentation.

* docs: Corrected URL in resource group command help text to point to public documentation.

* docs: Corrected URL in resource group command help text to point to public documentation

* docs: Corrected URL in resource group command help text to point to public documentation

* docs: Corrected resource-group command help text to point to public documentation

* docs: Corrected resource-group command help text to point to public documentation

* docs: Correct resource-group command help text to point to public docs
  • Loading branch information
ggaetz-fortinet authored Nov 13, 2024
1 parent 3660e7b commit e610518
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/cmd/resource_group_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ func inputRGQueryFromEditor(resourceType string) *survey.Editor {
prompt := &survey.Editor{
Message: fmt.Sprintf("Type a query for the new %s Resource Group", resourceType),
FileName: "resourceGroupQuery*.json",
Help: "Refer to https://lwdocs-rg2.netlify.app/api/api-resource-group/ for examples of a query",
Help: `For examples of a query, refer to: https://docs.fortinet.com/document/lacework-forticnapp/` +
`latest/api-reference/690087/using-the-resource-groups-api`,
}
prompt.Default = iType.QueryTemplate()
prompt.HideDefault = true
Expand Down

0 comments on commit e610518

Please sign in to comment.