README.md in dear_inventory-1.0.0 vs README.md in dear_inventory-1.1.0
- old
+ new
@@ -53,14 +53,15 @@
end
```
## Endpoints
-[Customer](https://github.com/HashNotAdam/dear_inventory-ruby/docs/resources/customer.md)
-[Product](https://github.com/HashNotAdam/dear_inventory-ruby/docs/resources/product.md)
-[Purchase](https://github.com/HashNotAdam/dear_inventory-ruby/docs/resources/purchase.md)
-[Advanced Purchase](https://github.com/HashNotAdam/dear_inventory-ruby/docs/resources/advanced_purchase.md)
-[Sale](https://github.com/HashNotAdam/dear_inventory-ruby/docs/resources/sale.md)
+- [Customer](https://github.com/HashNotAdam/dear_inventory-ruby/blob/master/docs/resources/customer.md)
+- [Product](https://github.com/HashNotAdam/dear_inventory-ruby/blob/master/docs/resources/product.md)
+- [Product Availability](https://github.com/HashNotAdam/dear_inventory-ruby/blob/master/docs/resources/product_availability.md)
+- [Purchase](https://github.com/HashNotAdam/dear_inventory-ruby/blob/master/docs/resources/purchase.md)
+- [Advanced Purchase](https://github.com/HashNotAdam/dear_inventory-ruby/blob/master/docs/resources/advanced_purchase.md)
+- [Sale](https://github.com/HashNotAdam/dear_inventory-ruby/blob/master/docs/resources/sale.md)
## Managing pagination
The response object for any endpoint that returns a paginated result set will include helper methods for retrieving the results.