Skip to content

Commit

Permalink
Merge pull request #925 from tursodatabase/glauber/link-tracking
Browse files Browse the repository at this point in the history
using dub.co for link tracking
  • Loading branch information
glommer authored Nov 28, 2024
2 parents 6264cfc + 183bf94 commit 86ac14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/account_bookmeeting.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ var accountBookMeetingCmd = &cobra.Command{
ValidArgsFunction: noFilesArg,
RunE: func(cmd *cobra.Command, args []string) error {
cmd.SilenceUsage = true
return browser.OpenURL("https://calendly.com/d/gt7-bfd-83n/meet-with-chiselstrike")
return browser.OpenURL("https://tur.so/cli-chat")
},
}

0 comments on commit 86ac14a

Please sign in to comment.