diff options
author | Claudio B <claudiob@users.noreply.github.com> | 2015-12-21 11:46:36 -0800 |
---|---|---|
committer | Claudio B <claudiob@users.noreply.github.com> | 2015-12-21 11:46:36 -0800 |
commit | 75812e1bda205173ee553ba4d67edba0520c965c (patch) | |
tree | 47f731477becaf27d3a4cab214e5ac89591ca705 | |
parent | b7ac0790682e0a56b406127891dfefc15a5eaa64 (diff) | |
parent | a61b9be8136e5ec436444b4aa1b2fb04b7999c14 (diff) | |
download | rails-75812e1bda205173ee553ba4d67edba0520c965c.tar.gz rails-75812e1bda205173ee553ba4d67edba0520c965c.tar.bz2 rails-75812e1bda205173ee553ba4d67edba0520c965c.zip |
Merge pull request #22735 from reshleman/patch-1
Update "Support" in ActionCable README [ci skip]
-rw-r--r-- | actioncable/README.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/actioncable/README.md b/actioncable/README.md index 6dbc1bfe03..42fbc755ae 100644 --- a/actioncable/README.md +++ b/actioncable/README.md @@ -452,6 +452,14 @@ Action Cable is released under the MIT license: ## Support -Bug reports can be filed for the alpha development project here: +API documentation is at: -* https://github.com/rails/actioncable/issues +* http://api.rubyonrails.org + +Bug reports can be filed for the Ruby on Rails project here: + +* https://github.com/rails/rails/issues + +Feature requests should be discussed on the rails-core mailing list here: + +* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core |