From db48f329215bb3eca18663ce628b9f4043b33b87 Mon Sep 17 00:00:00 2001 From: Sanjay Singh Date: Thu, 18 Oct 2018 16:19:31 -0400 Subject: [PATCH] Updated broken links to examples Updated broken links to examples --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3941a4a3..74a7dd35f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,8 +85,8 @@ Next, update your Environment with your [SENDGRID_APIKEY](https://app.sendgrid.c ##### Execute: ##### - Check out the documentation for [Web API v3 endpoints](https://sendgrid.com/docs/API_Reference/Web_API_v3/index.html). -- Review the corresponding [examples](https://github.com/sendgrid/sendgrid-csharp/blob/v3beta/examples). -- You can add your test code to our [Example Project](https://github.com/sendgrid/sendgrid-csharp/blob/v3beta/SendGrid/Example/Example.cs). +- Review the corresponding [examples](https://github.com/sendgrid/sendgrid-csharp/blob/master/examples). +- You can add your test code to our [Example Project](https://github.com/sendgrid/sendgrid-csharp/blob/master/ExampleCoreProject/Example.cs). ## Understanding the Code Base @@ -192,4 +192,4 @@ If you have any additional questions, please feel free to [email](mailto:dx@send ## Code Reviews -If you can, please look at open PRs and review them. Give feedback and help us merge these PRs much faster! If you don't know how, Github has some great information on how to review a Pull Request. \ No newline at end of file +If you can, please look at open PRs and review them. Give feedback and help us merge these PRs much faster! If you don't know how, Github has some great information on how to review a Pull Request.