docs/named_user.rst in urbanairship-5.2.0 vs docs/named_user.rst in urbanairship-5.3.0
- old
+ new
@@ -5,11 +5,11 @@
------------------
Named User lists are fetched by instantiating an iterator object
using :rb:class:`NamedUserList`.
For more information, see `the API documentation
-<http://docs.urbanairship.com/api/ua.html#listing>`__
+<http://docs.airship.com/api/ua.html#listing>`__
.. code-block:: ruby
require 'urbanairship'
UA = Urbanairship
@@ -23,11 +23,11 @@
Association
-----------
Associate a channel with a named user ID. For more information, see
`the API documentation
-<http://docs.urbanairship.com/api/ua.html#association>`__
+<http://docs.airship.com/api/ua.html#association>`__
.. code-block:: ruby
require 'urbanairship'
UA = Urbanairship
@@ -43,11 +43,11 @@
Disassociation
--------------
Remove a channel from the list of associated channels for a named user.
For more information, see `the API documentation
-<http://docs.urbanairship.com/api/ua.html#disassociation>`__
+<http://docs.airship.com/api/ua.html#disassociation>`__
.. code-block:: ruby
require 'urbanairship'
UA = Urbanairship
@@ -64,11 +64,11 @@
Lookup
------
Look up a single named user.
For more information, see `the API documentation
-<http://docs.urbanairship.com/api/ua.html#lookup>`__
+<http://docs.airship.com/api/ua.html#lookup>`__
.. code-block:: ruby
require 'urbanairship'
UA = Urbanairship
@@ -80,10 +80,10 @@
Tags
----
Add, remove, or set tags on a named user. For more information,
see `the API documentation
-<http://docs.urbanairship.com/api/ua.html#tags-named-users>`__
+<http://docs.airship.com/api/ua.html#tags-named-users>`__
.. code-block:: ruby
require 'urbanairship'
UA = Urbanairship