From 6e3cc91fd79912b4960401c88cf1333052073e0f Mon Sep 17 00:00:00 2001 From: David Schnur Date: Wed, 6 Mar 2013 07:17:17 -0500 Subject: [PATCH] Fix up URLs in the plugins.jquery.com manifest. --- flot.jquery.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/flot.jquery.json b/flot.jquery.json index 9864775..c19e77e 100644 --- a/flot.jquery.json +++ b/flot.jquery.json @@ -8,16 +8,17 @@ }, "licenses": [{ "type": "MIT", - "url": "https://github.com/flot/flot/blob/master/LICENSE.txt" + "url": "http://github.com/flot/flot/blob/master/LICENSE.txt" }], "dependencies": { "jquery": ">=1.2.6" }, "description": "Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks and interactive features.", "keywords": ["plot", "chart", "graph", "visualization", "canvas", "graphics"], - "homepage": "http://flotcharts.org", - "docs": "https://github.com/flot/flot/blob/master/API.md", + "homepage": "http://www.flotcharts.org", + "docs": "http://github.com/flot/flot/blob/master/API.md", "demo": "http://www.flotcharts.org/flot/examples/", + "bugs": "http://github.com/flot/flot/issues", "maintainers": [{ "name": "David Schnur", "email": "dnschnur@gmail.com",