Skip to content

Commit 4924ddd

Browse files
authored
Update a broken url (#323)
Here is a quick update in the `README.md` file replacing an old URL with a new one.
1 parent 19c919f commit 4924ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ const headers = await alice.head('rabbit')
572572
### db.bulk(docs, [params], [callback])
573573

574574
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:
575+
[CouchDB doc](https://docs.couchdb.org/en/stable/api/database/bulk-api.html#post--db-_bulk_docs) e.g:
576576

577577
```js
578578
const documents = [

0 commit comments

Comments
 (0)