@@ -811,7 +811,7 @@ def get_list_function_result(self, ddoc_id, list_name, view_name, **kwargs):
811811 # Process data (in text format).
812812
813813 For more detail on list functions, refer to the
814- `Cloudant list documentation <https://docs.cloudant.com /
814+ `Cloudant list documentation <https://console.bluemix.net/docs/services/Cloudant/api /
815815 design_documents.html#list-functions>`_.
816816
817817 :param str ddoc_id: Design document id used to get result.
@@ -849,7 +849,7 @@ def get_show_function_result(self, ddoc_id, show_name, doc_id):
849849 # Process data (in text format).
850850
851851 For more detail on show functions, refer to the
852- `Cloudant show documentation <https://docs.cloudant.com /
852+ `Cloudant show documentation <https://console.bluemix.net/docs/services/Cloudant/api /
853853 design_documents.html#show-functions>`_.
854854
855855 :param str ddoc_id: Design document id used to get the result.
@@ -897,7 +897,7 @@ def update_handler_result(self, ddoc_id, handler_name, doc_id=None, data=None, *
897897 data={'month': 'July'})
898898
899899 For more details, see the `update handlers documentation
900- <https://docs.cloudant.com /design_documents.html#update-handlers>`_.
900+ <https://console.bluemix.net/docs/services/Cloudant/api /design_documents.html#update-handlers>`_.
901901
902902 :param str ddoc_id: Design document id used to get result.
903903 :param str handler_name: Name used in part to identify the
@@ -970,7 +970,8 @@ def share_database(self, username, roles=None):
970970
971971 :param str username: Cloudant user to share the database with.
972972 :param list roles: A list of
973- `roles <https://docs.cloudant.com/authorization.html#roles>`_
973+ `roles
974+ <https://console.bluemix.net/docs/services/Cloudant/api/authorization.html#roles>`_
974975 to grant to the named user.
975976
976977 :returns: Share database status in JSON format
0 commit comments