diff --git a/README.md b/README.md index 3848bd0..ce927c1 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ jQuery proxy is good when you want to create an instance and forget about it. Fo Latest stable release: -- [Production `scrollax.min.js`](https://raw.github.com/iprodev/Scrollax.js/master/dist/scrollax.min.js) - 7KB, 3KB gzipped -- [Development `scrollax.js`](https://raw.github.com/iprodev/Scrollax.js/master/dist/scrollax.js) - 22KB +- [Production `scrollax.min.js`](https://raw.github.com/iprodev/Scrollax.js/master/scrollax.min.js) - 7KB, 3KB gzipped +- [Development `scrollax.js`](https://raw.github.com/iprodev/Scrollax.js/master/scrollax.js) - 22KB When isolating issues on jsfiddle, you can use this URL: diff --git a/scrollax.jquery.json b/scrollax.jquery.json index 745ffd1..2ffebf0 100644 --- a/scrollax.jquery.json +++ b/scrollax.jquery.json @@ -18,7 +18,7 @@ "bugs": "https://github.com/iprodev/Scrollax.js/issues", "homepage": "http://iprodev.github.io/scrollax.js", "docs": "https://github.com/iprodev/Scrollax.js/tree/master/docs", - "download": "https://raw.github.com/iprodev/Scrollax.js/master/dist/scrollax.min.js", + "download": "https://raw.github.com/iprodev/Scrollax.js/master/scrollax.min.js", "dependencies": { "jquery": ">=1.7" },