You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by gl...@apache.org on 2018/06/26 06:56:40 UTC

[couchdb-nano] branch master updated: Update link to CouchDB bulk API documentation (#91)

This is an automated email from the ASF dual-hosted git repository.

glynnbird pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git


The following commit(s) were added to refs/heads/master by this push:
     new bd9a10f  Update link to CouchDB bulk API documentation (#91)
bd9a10f is described below

commit bd9a10f331343aa0014571b618d62f48ef5a2a2a
Author: Thomas Toye <th...@toye.io>
AuthorDate: Tue Jun 26 08:56:39 2018 +0200

    Update link to CouchDB bulk API documentation (#91)
    
    Old link was dead
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 76ef6eb..fa886f9 100644
--- a/README.md
+++ b/README.md
@@ -557,7 +557,7 @@ alice.copy('rabbit', 'rabbit2', { overwrite: true }, function(err, _, headers) {
 ### db.bulk(docs, [params], [callback])
 
 Bulk operations(update/delete/insert) on the database, refer to the
-[CouchDB doc](http://wiki.apache.org/couchdb/HTTP_Bulk_Document_API) e.g:
+[CouchDB doc](http://docs.couchdb.org/en/2.1.1/api/database/bulk-api.html#db-bulk-docs) e.g:
 
 ``` js
 var documents = [