summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Reed <Xerax@users.noreply.github.com>2014-08-27 17:32:36 +0100
committerAlex Reed <Xerax@users.noreply.github.com>2014-08-27 17:32:36 +0100
commit13fa38a075eb2daced3e0ecd872cb82332a27bde (patch)
tree898ef210a6ca74c72d539a4b5ff76cfc740a5735
parent64e62585587bd9c2ef59c6c03f97af67c550b560 (diff)
downloadsendgrid-csharp-13fa38a075eb2daced3e0ecd872cb82332a27bde.zip
sendgrid-csharp-13fa38a075eb2daced3e0ecd872cb82332a27bde.tar.gz
sendgrid-csharp-13fa38a075eb2daced3e0ecd872cb82332a27bde.tar.bz2
Updated Readme to fix #81
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5202b40..60e5165 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](http://docs.sendgrid.com/documentation/api/smtp-api/filter-settings/).
+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).
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.