Skip to content

Commit

Permalink
couchDb query documentation link updated
Browse files Browse the repository at this point in the history
Signed-off-by: Umair Khan <[email protected]>
  • Loading branch information
Umairmaseed committed Nov 4, 2024
1 parent 995dfb2 commit 7dd5aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transactions/argument.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Argument struct {
// @asset: any asset type defined in the assets package
// @key: key properties for any asset type defined in the assets package
// @update: update request for any asset type defined in the assets package
// @query: query string according to CouchDB specification: https://docs.couchdb.org/en/2.2.0/api/database/find.html
// @query: query string according to CouchDB specification: https://docs.couchdb.org/en/stable/ddocs/views/intro.html
// @object: arbitrary object
// ->assetType: the specific asset type as defined by <assetType> in the assets packages
// dataType: any specific data type format defined by the chaincode
Expand Down

0 comments on commit 7dd5aa0

Please sign in to comment.