📝 Fix dead urls

This commit is contained in:
TiagoDanin 2018-04-09 17:58:10 -03:00
parent eca0436f58
commit d7a003b0bc
No known key found for this signature in database
GPG key ID: D6EA04D1246CFE9B
15 changed files with 20 additions and 20 deletions

View file

@ -15,7 +15,7 @@ Emitted when one or more transactions have been updated.
Returns:
* `event` Event
* `transactions` Transaction[] - Array of [`Transaction`](structures/transaction) objects.
* `transactions` Transaction[] - Array of [`Transaction`](structures/transaction.md) objects.
## Methods
@ -35,7 +35,7 @@ You should listen for the `transactions-updated` event as soon as possible and c
* `productIDs` String[] - The identifiers of the products to get.
* `callback` Function - The callback called with the products or an empty array if the products don't exist.
* `products` Product[] - Array of [`Product`](structures/product) objects
* `products` Product[] - Array of [`Product`](structures/product.md) objects
Retrieves the product descriptions.