summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Pali <gabor.pali@ibm.com>2023-03-10 16:43:02 +0100
committerNick Vatamaniuc <nickva@users.noreply.github.com>2023-03-10 12:23:55 -0500
commit5b5a1c2de3b9500fe61e14da45a2510fdb682fd8 (patch)
treee398efaef88d5651901ee2fe9a6490bee307e6ee
parentbd1d8dc8b7aeca547264503fa86adf76b41296e3 (diff)
downloadcouchdb-5b5a1c2de3b9500fe61e14da45a2510fdb682fd8.tar.gz
Remove stale links from documentation comments
-rw-r--r--src/fabric/src/fabric.erl7
1 files changed, 1 insertions, 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()}] | [],