We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c919f commit 4924dddCopy full SHA for 4924ddd
README.md
@@ -572,7 +572,7 @@ const headers = await alice.head('rabbit')
572
### db.bulk(docs, [params], [callback])
573
574
Bulk operations(update/delete/insert) on the database, refer to the
575
-[CouchDB doc](https://docs.couchdb.org/en/2.1.1/api/database/bulk-api.html#db-bulk-docs) e.g:
+[CouchDB doc](https://docs.couchdb.org/en/stable/api/database/bulk-api.html#post--db-_bulk_docs) e.g:
576
577
```js
578
const documents = [
0 commit comments