You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ source ./sendgrid.env
89
89
90
90
##### Execute: #####
91
91
92
-
See the [examples folder](https://github.com/sendgrid/sendgrid-java/tree/v3beta/examples) to get started quickly.
92
+
See the [examples folder](https://github.com/sendgrid/sendgrid-java/tree/master/examples) to get started quickly.
93
93
94
94
Check out the documentation for [Web API v3 endpoints](https://sendgrid.com/docs/API_Reference/Web_API_v3/index.html).
95
95
@@ -124,9 +124,9 @@ The interface to the SendGrid API.
124
124
125
125
All PRs require passing tests before the PR will be reviewed.
126
126
127
-
All test files are in the [`tests`](https://github.com/sendgrid/sendgrid-java/tree/v3beta/src/test/java/com/sendgrid) directory.
127
+
All test files are in the [`tests`](https://github.com/sendgrid/sendgrid-java/tree/master/src/test/java/com/sendgrid) directory.
128
128
129
-
For the purposes of contributing to this repo, please update the [`SendGridTest.java`](https://github.com/sendgrid/sendgrid-java/tree/v3beta/src/test/java/com/sendgrid/SendGridTest.java) file with unit tests as you modify the code.
129
+
For the purposes of contributing to this repo, please update the [`SendGridTest.java`](https://github.com/sendgrid/sendgrid-java/tree/master/src/test/java/com/sendgrid/SendGridTest.java) file with unit tests as you modify the code.
0 commit comments