From 99b78b0e7c9fe1c420d3be995370818837616cca Mon Sep 17 00:00:00 2001 From: Alexander Travov Date: Wed, 22 Apr 2015 21:24:03 +0300 Subject: [PATCH] Fix URI.js url --- docs/mithril.route.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mithril.route.md b/docs/mithril.route.md index 47eb6dd1..7026748c 100644 --- a/docs/mithril.route.md +++ b/docs/mithril.route.md @@ -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**