lib/submodules/ably-ruby/lib/ably/modules/ably.rb in ably-rest-1.2.0 vs lib/submodules/ably-ruby/lib/ably/modules/ably.rb in ably-rest-1.2.1

- old
+ new

@@ -4,10 +4,10 @@ # # @see file:README.md README module Ably # Fallback hosts to use when a connection to rest/realtime.ably.io is not possible due to # network failures either at the client, between the client and Ably, within an Ably data center, or at the IO domain registrar - # see https://docs.ably.io/client-lib-development-guide/features/#RSC15a + # see https://ably.com/docs/client-lib-development-guide/features/#RSC15a # FALLBACK_DOMAIN = 'ably-realtime.com'.freeze FALLBACK_IDS = %w(a b c d e).freeze # Default production fallbacks a.ably-realtime.com ... e.ably-realtime.com