summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2014-10-07 11:09:32 -0600
committerBrandon West <brawest@gmail.com>2014-10-07 11:09:32 -0600
commit0ef223cdd09e8c2ab6de7a8c03c758033785611f (patch)
tree0ed2e445c26ed9685e6fcf4fee825a4658ca452c
parent64e62585587bd9c2ef59c6c03f97af67c550b560 (diff)
parent4671685b65127de3db6739f3d9a9d92174f3b327 (diff)
downloadsendgrid-csharp-0ef223cdd09e8c2ab6de7a8c03c758033785611f.zip
sendgrid-csharp-0ef223cdd09e8c2ab6de7a8c03c758033785611f.tar.gz
sendgrid-csharp-0ef223cdd09e8c2ab6de7a8c03c758033785611f.tar.bz2
Merge pull request #82 from 0xdeafcafe/master
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..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](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/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.