Skip to content

Commit

Permalink
fix: Corrected URL in resource group command help text to point to pu…
Browse files Browse the repository at this point in the history
…blic documentation.
  • Loading branch information
ggaetz-fortinet committed Nov 13, 2024
1 parent 3e1885d commit 4b38ec6
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 4b38ec6

Please sign in to comment.