From cd2f2c8884f3c94a30f6e239927eb12ce701bc95 Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Sun, 15 Mar 2015 19:53:19 -0700 Subject: [PATCH] Remove the mailing list from the README We discussed this previously, but I think it's time for the mailing list to be removed from the README. Every day more discussion, issues, and pull requests happen here then ever before. The mailing list is not representative of this activity and only dilutes the purpose of the blossoming community we're finding here. A related note: I think we should actively encourage folks to ask questions on StackOverflow with the AMS tag, and put some documentation in here about that. I can open a separate PR for this later, but it would require more than a few of us to actively monitor SO and help where we can. If we successfully do this, then I think we effectively cover all the use cases the mailing list originally may have had. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4fcc37fd..4f75004a 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,7 @@ to use it. `8` was the version that was on RubyGems, so if you were using that, that's probably what you want. `0.10.x` will be based on the `0.8.0` code, but with a more flexible -architecture. We'd love your help. - -For more, please see [the rails-api-core mailing list](https://groups.google.com/d/msg/rails-api-core/8zu1xjIOTAM/siZ0HySKgaAJ). +architecture. We'd love your help. [Learn how you can help here.](https://github.com/rails-api/active_model_serializers/blob/master/CONTRIBUTING.md) Thanks!