From 57a11ed2c03d49cb4ed3a203d5200b56b8a832a9 Mon Sep 17 00:00:00 2001 From: Floyd Date: Tue, 13 Dec 2022 15:14:21 -0500 Subject: [PATCH] Update link to docs on creating compound queries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hello 👋 , I was reading the docs and noticed that this link was not going anywhere particularly useful, so I've updated it to go to, what I think, is a better landing page. Let me know if there's a better target for this link. Thanks! --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index f5b14771..e001a2ad 100644 --- a/USAGE.md +++ b/USAGE.md @@ -1784,7 +1784,7 @@ You can filter by other operators besides `=`. We also accept `!=`, `<`, and `>` For a tutorial on how to get started, check out [Getting Started with the Email Activity API](https://sendgrid.com/docs/API_Reference/Web_API_v3/Tutorials/getting_started_email_activity_api.html). -For information about building combined queries, see [Building compound Email Activity queries](https://sendgrid.com/docs/API_Reference/Web_API_v3/Tutorials/getting_started_email_activity_api.html#-Creating-compound-queries). +For information about building combined queries, see [Building compound Email Activity queries](https://docs.sendgrid.com/for-developers/sending-email/getting-started-email-activity-api#creating-compound-queries). ### GET /messages ```ruby