diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-11-12 16:10:16 -0500 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-11-12 16:10:16 -0500 |
commit | 69ae666cdcec0f982e2d14eefdb33efbf5bad518 (patch) | |
tree | 8defa0d2444c346392b3a1831751725fafaf37ad | |
parent | 854cee89d4d7876907ed26d188122a2578aaca80 (diff) | |
download | jQuery-Impromptu-69ae666cdcec0f982e2d14eefdb33efbf5bad518.zip jQuery-Impromptu-69ae666cdcec0f982e2d14eefdb33efbf5bad518.tar.gz jQuery-Impromptu-69ae666cdcec0f982e2d14eefdb33efbf5bad518.tar.bz2 |
Fixes json config url
-rw-r--r-- | jquery-impromptu.jquery.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery-impromptu.jquery.json b/jquery-impromptu.jquery.json index 35f9c23..920e24b 100644 --- a/jquery-impromptu.jquery.json +++ b/jquery-impromptu.jquery.json @@ -18,7 +18,7 @@ "licenses": [ { "type": "MIT", - "url": "thttp://trentrichardson.com/examples/jQuery-Impromptu/blob/master/MIT-LICENSE.txt" + "url": "http://trentrichardson.com/examples/jQuery-Impromptu/blob/master/MIT-LICENSE.txt" } ], "dependencies": { |