diff --git a/lunatask.go b/lunatask.go index ce9a9fa79b8052466f284327efdee02127f2d9f2..d2c4ad726c1ea21e88c6f0bbe44e34f9ea0567e7 100644 --- a/lunatask.go +++ b/lunatask.go @@ -124,7 +124,7 @@ func WithBaseURL(url string) Option { } // NewClient creates a new Lunatask API client. -// Generate an access token at https://lunatask.app/account under "API Access". +// Generate an access token in the Lunatask desktop app under Settings → Access tokens. func NewClient(accessToken string, opts ...Option) *Client { client := &Client{ accessToken: accessToken,