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 2023/01/23 08:40:24 UTC

[couchdb-nano] branch main updated: Update a broken url (#323)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4924ddd  Update a broken url (#323)
4924ddd is described below

commit 4924ddd2d0499dc8a5164c1b008fa087691ee458
Author: Alireza Jahandideh <ar...@gmail.com>
AuthorDate: Mon Jan 23 02:40:18 2023 -0600

    Update a broken url (#323)
    
    Here is a quick update in the `README.md` file replacing an old URL with a new one.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c0ef5f2..96acc04 100644
--- a/README.md
+++ b/README.md
@@ -572,7 +572,7 @@ const headers = await alice.head('rabbit')
 ### db.bulk(docs, [params], [callback])
 
 Bulk operations(update/delete/insert) on the database, refer to the
-[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:
 
 ```js
 const documents = [