From 93418f63ef9e98e1147c05a56148083cbb578b73 Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Thu, 28 Dec 2017 15:22:32 +0100 Subject: [PATCH] Update documentation to emphasize Stack Overflow And retire the mailinglist --- CONTRIBUTING.md | 5 ++--- README.md | 4 +++- docs/_includes/docs/contribute.md | 2 +- docs/index.md | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 745dc575a..73937f3fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ 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. * Contribute to the code base. @@ -30,8 +30,7 @@ See [our issue template](https://github.com/sinonjs/sinon/blob/master/.github/) Pick [an issue](http://github.com/cjohansen/Sinon.JS/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](http://github.com/cjohansen/Sinon.JS/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