Merge pull request #579 from alexander-travov/next

Fix URI.js url
This commit is contained in:
Leo Horie 2015-04-22 15:09:30 -04:00
commit aebf16b618

View file

@ -259,7 +259,7 @@ where:
**String buildQueryString(Object data)**
Serializes an object into its URI encoded querystring representation, following the same serialization conventions as [URI.js](http://http://medialize.github.io/URI.js/)
Serializes an object into its URI encoded querystring representation, following the same serialization conventions as [URI.js](https://medialize.github.io/URI.js/)
- **Object data**
@ -275,7 +275,7 @@ where:
**Object parseQueryString(String querystring)**
Deserializes an object from an URI encoded querystring representation, following the same deserialization conventions as [URI.js](http://http://medialize.github.io/URI.js/)
Deserializes an object from an URI encoded querystring representation, following the same deserialization conventions as [URI.js](https://medialize.github.io/URI.js/)
- **String querystring**