Skip to content

Commit

Permalink
Updated URL in Resource Groups v2 command help text to point to corre…
Browse files Browse the repository at this point in the history
…ct documentation.
  • Loading branch information
ggaetz-fortinet committed Nov 4, 2024
1 parent 3e1885d commit a9756f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/resource_group_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ 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: "Refer to https://docs.fortinet.com/document/lacework-forticnapp/latest/api-reference/690087/using-the-resource-groups-api for examples of a query",
}
prompt.Default = iType.QueryTemplate()
prompt.HideDefault = true
Expand Down

0 comments on commit a9756f9

Please sign in to comment.