We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d6166 commit 0a70c8dCopy full SHA for 0a70c8d
source/includes/v2/_introduction.md
@@ -37,7 +37,7 @@ The `v1` and `v2` will be removed in future versions.
37
38
### Differences between v3 and old versions ###
39
40
-* v3 implement full basic authentication ([conforms to the Basic auth spec)](http://www.w3.org/Protocols/HTTP/1.0/spec.html)).
+* v3 implement full basic authentication ([conforms to the Basic auth spec)](http://tools.ietf.org/html/rfc2617)).
41
* v3 fixes the OAuth implementation to be compliant with the [Oauth 1.0a specs](http://tools.ietf.org/html/rfc5849).
42
* v3 include a new endpoint to get all product orders.
43
* v3 have new endpoints to allow bulk actions as edition and creation of products, orders, customers and coupons.
0 commit comments