You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/03/10 17:24:01 UTC

[couchdb] branch main updated: Remove stale links from documentation comments

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5b5a1c2de Remove stale links from documentation comments
5b5a1c2de is described below

commit 5b5a1c2de3b9500fe61e14da45a2510fdb682fd8
Author: Gabor Pali <ga...@ibm.com>
AuthorDate: Fri Mar 10 16:43:02 2023 +0100

    Remove stale links from documentation comments
---
 src/fabric/src/fabric.erl | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/fabric/src/fabric.erl b/src/fabric/src/fabric.erl
index acd7f1190..dfd433d38 100644
--- a/src/fabric/src/fabric.erl
+++ b/src/fabric/src/fabric.erl
@@ -404,9 +404,7 @@ all_docs(DbName, Callback, Acc, QueryArgs) ->
 
 %% @doc retrieves all docs. Additional query parameters, such as `limit',
 %%      `start_key' and `end_key', `descending', and `include_docs', can
-%%      also be passed to further constrain the query. See <a href=
-%%      "http://wiki.apache.org/couchdb/HTTP_Document_API#All_Documents">
-%%      all_docs</a> for details
+%%      also be passed to further constrain the query.
 -spec all_docs(
     dbname(),
     [{atom(), any()}],
@@ -451,9 +449,6 @@ query_view(DbName, DDoc, ViewName, Callback, Acc, QueryArgs) ->
     query_view(DbName, [], DDoc, ViewName, Callback, Acc, QueryArgs).
 
 %% @doc execute a given view.
-%%      There are many additional query args that can be passed to a view,
-%%      see <a href="http://wiki.apache.org/couchdb/HTTP_view_API#Querying_Options">
-%%      query args</a> for details.
 -spec query_view(
     dbname(),
     [{atom(), any()}] | [],