summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Reed <Xerax@users.noreply.github.com>2014-08-28 14:54:58 +0100
committerAlex Reed <Xerax@users.noreply.github.com>2014-08-28 14:54:58 +0100
commit4671685b65127de3db6739f3d9a9d92174f3b327 (patch)
tree0ed2e445c26ed9685e6fcf4fee825a4658ca452c
parent13fa38a075eb2daced3e0ecd872cb82332a27bde (diff)
downloadsendgrid-csharp-4671685b65127de3db6739f3d9a9d92174f3b327.zip
sendgrid-csharp-4671685b65127de3db6739f3d9a9d92174f3b327.tar.gz
sendgrid-csharp-4671685b65127de3db6739f3d9a9d92174f3b327.tar.bz2
Updated filter link to smtp
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60e5165..c595a5f 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ using (var attachmentFileStream = new FileStream(@"C:\file.txt", FileMode.Open))
#How to: Use filters to enable footers, tracking, and analytics
-SendGrid provides additional email functionality through the use of filters. These are settings that can be added to an email message to enable specific functionality such as click tracking, Google analytics, subscription tracking, and so on. For a full list of filters, see [Filter Settings](https://sendgrid.com/docs/API_Reference/Web_API/filter_settings.html).
+SendGrid provides additional email functionality through the use of filters. These are settings that can be added to an email message to enable specific functionality such as click tracking, Google analytics, subscription tracking, and so on. For a full list of filters, see [Filter Settings](https://sendgrid.com/docs/API_Reference/SMTP_API/apps.html).
Filters can be applied to **SendGrid** email messages using methods implemented as part of the **SendGrid** class. Before you can enable filters on an email message, you must first initialize the list of available filters by calling the **InitializeFilters** method.