diff options
author | Elmer Thomas <elmer@ThinkingSerious.com> | 2016-08-11 11:11:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-11 11:11:15 -0700 |
commit | 439e1732a743098fe38b5b8d02b93ca03208b0d7 (patch) | |
tree | f75aa40e0816d6b64a8da5020de75df20793e9d6 | |
parent | 0acc606b3f4d92c5c7ae6917f30d4d4f50ca0577 (diff) | |
download | sendgrid-nodejs-439e1732a743098fe38b5b8d02b93ca03208b0d7.zip sendgrid-nodejs-439e1732a743098fe38b5b8d02b93ca03208b0d7.tar.gz sendgrid-nodejs-439e1732a743098fe38b5b8d02b93ca03208b0d7.tar.bz2 |
Fix borken link
Thanks @meteormanaged!
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7edf8fc..ecab88c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,7 +51,7 @@ Before you decide to create a new issue, please try the following: ### Please use our Bug Report Template -In order to make the process easier, we've included a [sample bug report template](https://github.com/sendgrid/sendgrid-nodejs/.github/ISSUE_TEMPLATE) (borrowed from [Ghost](https://github.com/TryGhost/Ghost/)). The template uses [GitHub flavored markdown](https://help.github.com/articles/github-flavored-markdown/) for formatting. +In order to make the process easier, we've included a [sample bug report template](https://github.com/sendgrid/sendgrid-nodejs/blob/master/.github/ISSUE_TEMPLATE) (borrowed from [Ghost](https://github.com/TryGhost/Ghost/)). The template uses [GitHub flavored markdown](https://help.github.com/articles/github-flavored-markdown/) for formatting. <a name="improvements_to_the_codebase"></a> ## Improvements to the Codebase @@ -198,4 +198,4 @@ Please run your code through: 7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/) with a clear title and description against the `master` branch. All tests must be passing before we will review the PR. -If you have any additional questions, please feel free to [email](mailto:dx@sendgrid.com) us or create an issue in this repo.
\ No newline at end of file +If you have any additional questions, please feel free to [email](mailto:dx@sendgrid.com) us or create an issue in this repo. |