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

garren 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 42b920a  Fix documentation url related to Attachment (#99)
42b920a is described below

commit 42b920abaa29af58c9d51682ae9540904e46f966
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Mon Jul 2 15:04:42 2018 +0200

    Fix documentation url related to Attachment (#99)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c7f7ff0..142a15e 100644
--- a/README.md
+++ b/README.md
@@ -672,7 +672,7 @@ alice.multipart.get('rabbit', function(err, buffer) {
 
 Inserts an attachment `attname` to `docname`, in most cases
  `params.rev` is required. Refer to the
- [doc](http://wiki.apache.org/couchdb/HTTP_Document_API) for more details.
+ [CouchDB 
doc](http://docs.couchdb.org/en/latest/api/document/attachments.html#db-doc-attachment)
 for more details.
 
 ``` js
 var fs = require('fs');

Reply via email to