Skip to content

Commit

Permalink
Change: update link to docs (#178)
Browse files Browse the repository at this point in the history
In this PR:

Update link to DNS Analytics endpoint docs
  • Loading branch information
ggalmazor authored Aug 5, 2024
1 parent f2e1c7d commit 82b0227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsimple/dns_analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type DnsAnalyticsOptions struct {

// Query gets DNS Analytics data for an account
//
// See https://developer.dnsimple.com/v2/dns-analytics/#query
// See https://developer.dnsimple.com/v2/dns-analytics/#queryDnsAnalytics
func (s *DnsAnalyticsService) Query(ctx context.Context, accountID int64, options *DnsAnalyticsOptions) (*DnsAnalyticsResponse, error) {
path := versioned(fmt.Sprintf("/%v/dns_analytics", accountID))
dnsAnalyticsResponse := &DnsAnalyticsResponse{}
Expand Down

0 comments on commit 82b0227

Please sign in to comment.