diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 745dc575a..3738d1af9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,9 +5,9 @@ There are several ways of contributing to Sinon.JS * Look into [issues tagged `help-wanted`](https://github.com/sinonjs/sinon/issues?q=is%3Aopen+is%3Aissue+label%3A%22Help+wanted%22) * Help [improve the documentation](https://github.com/sinonjs/sinon/tree/master/docs) published at [the Sinon.JS website](http://sinonjs.org). [Documentation issues](https://github.com/sinonjs/sinon/issues?q=is%3Aopen+is%3Aissue+label%3ADocumentation). -* Help someone understand and use Sinon.JS on [the mailing list](http://groups.google.com/group/sinonjs) or on [Stack Overflow](https://stackoverflow.com/questions/tagged/sinon) +* Help someone understand and use Sinon.JS on [Stack Overflow](https://stackoverflow.com/questions/tagged/sinon) * Report an issue, please read instructions below -* Help with triaging the [issues](http://github.com/cjohansen/Sinon.JS/issues). The clearer they are, the more likely they are to be fixed soon. +* Help with triaging the [issues](https://github.com/sinonjs/sinon/issues). The clearer they are, the more likely they are to be fixed soon. * Contribute to the code base. ## Reporting an issue @@ -28,10 +28,9 @@ See [our issue template](https://github.com/sinonjs/sinon/blob/master/.github/) ## Contributing to the code base -Pick [an issue](http://github.com/cjohansen/Sinon.JS/issues) to fix, or pitch +Pick [an issue](https://github.com/sinonjs/sinon/issues) to fix, or pitch new features. To avoid wasting your time, please ask for feedback on feature -suggestions either with [an issue](http://github.com/cjohansen/Sinon.JS/issues/new) -or on [the mailing list](http://groups.google.com/group/sinonjs). +suggestions with [an issue](https://github.com/sinonjs/sinon/issues/new). ### Making a pull request diff --git a/README.md b/README.md index e18455016..9a8f2f157 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,9 @@ or via sinon's browser builds available for download on the [homepage](http://si See the [sinon project homepage](http://sinonjs.org/) for documentation on usage. -If you have questions that are not covered by the documentation, please post them to the [Sinon.JS mailing list](http://groups.google.com/group/sinonjs) or drop by #sinon.js on irc.freenode.net:6667 or the [Gitter channel](https://gitter.im/sinonjs/sinon). +If you have questions that are not covered by the documentation, you can [check out the `sinon` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/sinon) or drop by #sinon.js on irc.freenode.net:6667. + +You can also search through the [Sinon.JS mailing list archives](http://groups.google.com/group/sinonjs). ## Goals diff --git a/docs/_includes/docs/contribute.md b/docs/_includes/docs/contribute.md index 6b5a4a915..783d1eec3 100644 --- a/docs/_includes/docs/contribute.md +++ b/docs/_includes/docs/contribute.md @@ -1,6 +1,6 @@ ### Stuck? -Please ask questions on [the mailing list](http://groups.google.com/group/sinonjs) if you're stuck. +Please ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/sinon) if you're stuck. ### Contribute diff --git a/docs/index.md b/docs/index.md index ffc616f54..6ebca892e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -244,7 +244,7 @@ You've seen the most common tasks people tackle with Sinon.JS, yet we've only sc ### Get help -* [Sinon.JS mailing list][sinon-group] +* [Stack Overflow](https://stackoverflow.com/questions/tagged/sinon) * IRC: #sinon.js on freenode ### Sinon.JS elsewhere