docs(client): fix access token instructions

Amolith created

Assisted-by: Claude Opus 4.5 via Crush

Change summary

lunatask.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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,