Skip to content

Commit

Permalink
Remove stale links from documentation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pgj authored and nickva committed Mar 10, 2023
1 parent bd1d8dc commit 5b5a1c2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/fabric/src/fabric.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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()}],
Expand Down Expand Up @@ -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()}] | [],
Expand Down

0 comments on commit 5b5a1c2

Please sign in to comment.