@@ -275,11 +275,11 @@ Whenever the Cloudant library wishes to make an outgoing HTTP request, it will c
275275
276276Cloudant is a wrapper around the Nano library and as such, Nano's documentation should be consulted for:
277277
278- - [ Database functions] ( https://github.com/apache/couchdb -nano#database-functions )
279- - [ Document functions] ( https://github.com/apache/couchdb -nano#document-functions )
280- - [ Multipart functions] ( https://github.com/apache/couchdb -nano#multipart-functions )
281- - [ Attachment functions] ( https://github.com/apache/couchdb -nano#attachments-functions )
282- - [ View and Design functions] ( https://github.com/apache/couchdb -nano#views-and-design-functions )
278+ - [ Database functions] ( https://github.com/cloudant-labs/cloudant -nano#database-functions )
279+ - [ Document functions] ( https://github.com/cloudant-labs/cloudant -nano#document-functions )
280+ - [ Multipart functions] ( https://github.com/cloudant-labs/cloudant -nano#multipart-functions )
281+ - [ Attachment functions] ( https://github.com/cloudant-labs/cloudant -nano#attachments-functions )
282+ - [ View and Design functions] ( https://github.com/cloudant-labs/cloudant -nano#views-and-design-functions )
283283
284284This library adds documentation for the following:
285285
@@ -965,7 +965,7 @@ If you run this example, you will see:
965965
966966## License
967967
968- Copyright (c) 2015 IBM Cloudant, Inc. All rights reserved.
968+ Copyright (c) 2016 IBM Cloudant, Inc. All rights reserved.
969969
970970Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
971971except in compliance with the License. You may obtain a copy of the License at
@@ -990,7 +990,7 @@ and limitations under the License.
990990* [ Issues] ( https://github.com/cloudant/nodejs-cloudant/issues )
991991* [ Follow library] ( https://github.com/iriscouch/follow )
992992
993- [ Nano Library ] : https://github.com/apache/couchdb -nano
993+ [ Nano Library ] : https://github.com/cloudant-labs/cloudant -nano
994994[ Cloudant Documentation ] : https://docs.cloudant.com/
995995[ Cloudant Query ] : https://docs.cloudant.com/cloudant_query.html
996996[ Cloudant Search ] : https://docs.cloudant.com/search.html
0 commit comments