lib/anycable/rails/actioncable/connection.rb in anycable-rails-1.1.0 vs lib/anycable/rails/actioncable/connection.rb in anycable-rails-1.1.1
- old
+ new
@@ -69,10 +69,10 @@
[404, {"Content-Type" => "text/plain"}, ["Page not found"]]
end
def invalid_request_message
"You're trying to connect to Action Cable server while using AnyCable. " \
- "See https://docs.anycable.io/#/troubleshooting?id=server-raises-an-argumenterror-exception-when-client-tries-to-connect"
+ "See https://docs.anycable.io/troubleshooting?id=server-raises-an-argumenterror-exception-when-client-tries-to-connect"
end
def handle_open
logger.info started_request_message if access_logs?