Skip to content

Commit e538ee5

Browse files
committed
update repository url
1 parent dfd9bbd commit e538ee5

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### jQuery & Zepto Lazy - Delayed Content, Image and Background Loader
2-
[![GitHub version](https://badge.fury.io/gh/eisbehr-%2Fjquery.lazy.svg)](http://github.com/eisbehr-/jquery.lazy)
2+
[![GitHub version](https://badge.fury.io/gh/dkern%2Fjquery.lazy.svg)](http://github.com/dkern/jquery.lazy)
33
[![NPM version](https://badge.fury.io/js/jquery-lazy.svg)](http://www.npmjs.org/package/jquery-lazy)
44
[![Bower version](https://badge.fury.io/bo/jquery-lazy.svg)](http://bower.io/search/?q=jquery-lazy)
5-
[![Dependencies Status](https://david-dm.org/eisbehr-/jquery.lazy/status.svg)](https://david-dm.org/eisbehr-/jquery.lazy)
6-
[![devDependencies Status](https://david-dm.org/eisbehr-/jquery.lazy/dev-status.svg)](https://david-dm.org/eisbehr-/jquery.lazy?type=dev)
5+
[![Dependencies Status](https://david-dm.org/dkern/jquery.lazy/status.svg)](https://david-dm.org/dkern/jquery.lazy)
6+
[![devDependencies Status](https://david-dm.org/dkern/jquery.lazy/dev-status.svg)](https://david-dm.org/dkern/jquery.lazy?type=dev)
77

88
---
99

@@ -47,7 +47,7 @@ But Lazy is even able to load any other content you want by [plugins](#loader-pl
4747
Lazy will work with a wide range of browsers and support jQuery versions for years backwards and Zepto as alternative.
4848
You can pick any version since jQuery 1.7.2 or Zepto 1.1.6 or greater.
4949
There is no way to guarantee, that Lazy will work with all browsers, but all I've tested worked great so far.
50-
If you find any problems in specific browsers, [please let me know](http://github.com/eisbehr-/jquery.lazy/issues).
50+
If you find any problems in specific browsers, [please let me know](http://github.com/dkern/jquery.lazy/issues).
5151

5252
**Tested in:** IE, Chrome (+ mobile), Firefox (+ mobile), Safari (+ mobile) and Android Browser.
5353

@@ -65,16 +65,16 @@ Some examples below:
6565
Lazy and all plugins are available over [cdnjs](http://cdnjs.com) and [jsDelivr](http://jsdelivr.com) CDN and can directly included to every page.
6666
```HTML
6767
<!-- jsDeliver -->
68-
<script type="text/javascript" src="//cdn.jsdelivr.net/gh/eisbehr-/jquery.lazy@1.7.10/jquery.lazy.min.js"></script>
69-
<script type="text/javascript" src="//cdn.jsdelivr.net/gh/eisbehr-/jquery.lazy@1.7.10/jquery.lazy.plugins.min.js"></script>
68+
<script type="text/javascript" src="//cdn.jsdelivr.net/gh/dkern/jquery.lazy@1.7.10/jquery.lazy.min.js"></script>
69+
<script type="text/javascript" src="//cdn.jsdelivr.net/gh/dkern/jquery.lazy@1.7.10/jquery.lazy.plugins.min.js"></script>
7070

7171
<!-- cdnjs -->
7272
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.10/jquery.lazy.min.js"></script>
7373
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.10/jquery.lazy.plugins.min.js"></script>
7474
```
7575

7676
#### Self-Hosted
77-
[Download](https://github.com/eisbehr-/jquery.lazy/archive/master.zip) and save one of two available files to include Lazy to your page, either the [development](http://raw.githubusercontent.com/eisbehr-/jquery.lazy/master/jquery.lazy.js) or the [minified](http://raw.githubusercontent.com/eisbehr-/jquery.lazy/master/jquery.lazy.min.js) version.
77+
[Download](https://github.com/dkern/jquery.lazy/archive/master.zip) and save one of two available files to include Lazy to your page, either the [development](http://raw.githubusercontent.com/dkern/jquery.lazy/master/jquery.lazy.js) or the [minified](http://raw.githubusercontent.com/dkern/jquery.lazy/master/jquery.lazy.min.js) version.
7878
```HTML
7979
<script type="text/javascript" src="jquery.lazy.min.js"></script>
8080
```
@@ -183,7 +183,7 @@ It is basically the same as the [custom content loaders](#custom-content-loaders
183183
With custom content loaders you have to initialize each instance on setup with the loader.
184184
With plugins you only load the plugin file and you're done for all instances from now on.
185185

186-
For more information and examples, take a look at the [existing plugins](https://github.com/eisbehr-/jquery.lazy/tree/master/plugins) or the [readme.md](https://github.com/eisbehr-/jquery.lazy/tree/master/plugins/README.md) in there.
186+
For more information and examples, take a look at the [existing plugins](https://github.com/dkern/jquery.lazy/tree/master/plugins) or the [readme.md](https://github.com/dkern/jquery.lazy/tree/master/plugins/README.md) in there.
187187

188188

189189
## Configuration Parameters
@@ -249,7 +249,7 @@ watch | watches all files to check & build everything on change
249249

250250

251251
## Bugs / Feature request
252-
Please [report](http://github.com/eisbehr-/jquery.lazy/issues) bugs and feel free to [ask](http://github.com/eisbehr-/jquery.lazy/issues) for new features directly on GitHub.
252+
Please [report](http://github.com/dkern/jquery.lazy/issues) bugs and feel free to [ask](http://github.com/dkern/jquery.lazy/issues) for new features directly on GitHub.
253253

254254

255255
## License

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-lazy",
33
"description": "Lazy is a fast, feature-rich and lightweight delayed content loading plugin for jQuery and Zepto. It's designed to speed up page loading times and decrease traffic to your users by only loading the content in view. You can use Lazy in all vertical and horizontal scroll ways. It supports images in 'img' tags and backgrounds, supplied with css like 'background-image', by default. On those elements Lazy can set an default image or a placeholder while loading and supports retina displays as well. But Lazy is even able to load any other content you want by plugins and custom loaders.",
4-
"version": "1.7.10",
4+
"version": "1.7.11",
55
"main": "jquery.lazy.min.js",
66
"license": [
77
"MIT",
@@ -40,7 +40,7 @@
4040
"homepage": "http://jquery.eisbehr.de/lazy/",
4141
"repository": {
4242
"type": "git",
43-
"url": "git://github.com/eisbehr-/jquery.lazy.git"
43+
"url": "git://github.com/dkern/jquery.lazy.git"
4444
},
4545
"dependencies": {
4646
"jquery": ">=1.7.2"

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "jquery-lazy",
33
"title": "jQuery & Zepto Lazy - Delayed Content, Image and Background Loader",
4-
"version": "1.7.10",
4+
"version": "1.7.11",
55
"description": "Lazy is a fast, feature-rich and lightweight delayed content loading plugin for jQuery and Zepto. It's designed to speed up page loading times and decrease traffic to your users by only loading the content in view.",
66
"main": "jquery.lazy.js",
77
"homepage": "http://jquery.eisbehr.de/lazy",
8-
"bugs": "http://github.com/eisbehr-/jquery.lazy/issues",
8+
"bugs": "http://github.com/dkern/jquery.lazy/issues",
99
"author": {
1010
"name": "Daniel 'Eisbehr' Kern",
1111
"email": "jquery@eisbehr.de",
1212
"url": "http://eisbehr.de/"
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git@github.com:eisbehr-/jquery.lazy.git"
16+
"url": "git@github.com:dkern/jquery.lazy.git"
1717
},
1818
"keywords": [
1919
"lazy",

plugins/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### jQuery Lazy - Loader Plugins
2-
[![GitHub version](https://badge.fury.io/gh/eisbehr-%2Fjquery.lazy.svg)](http://github.com/eisbehr-/jquery.lazy)
2+
[![GitHub version](https://badge.fury.io/gh/dkern%2Fjquery.lazy.svg)](http://github.com/dkern/jquery.lazy)
33
[![NPM version](https://badge.fury.io/js/jquery-lazy.svg)](http://www.npmjs.org/package/jquery-lazy)
44
[![Bower version](https://badge.fury.io/bo/jquery-lazy.svg)](http://bower.io/search/?q=jquery-lazy)
5-
[![Dependencies Status](https://david-dm.org/eisbehr-/jquery.lazy/status.svg)](https://david-dm.org/eisbehr-/jquery.lazy)
6-
[![devDependencies Status](https://david-dm.org/eisbehr-/jquery.lazy/dev-status.svg)](https://david-dm.org/eisbehr-/jquery.lazy?type=dev)
5+
[![Dependencies Status](https://david-dm.org/dkern/jquery.lazy/status.svg)](https://david-dm.org/dkern/jquery.lazy)
6+
[![devDependencies Status](https://david-dm.org/dkern/jquery.lazy/dev-status.svg)](https://david-dm.org/dkern/jquery.lazy?type=dev)
77

88
---
99

@@ -27,7 +27,7 @@
2727

2828
## Document Note
2929
This is not the main readme file of this project.
30-
Please go to the [project root](https://github.com/eisbehr-/jquery.lazy) and take a look in the [README.md](https://github.com/eisbehr-/jquery.lazy/blob/master/README.md) to learn more about the basics of Lazy.
30+
Please go to the [project root](https://github.com/dkern/jquery.lazy) and take a look in the [README.md](https://github.com/dkern/jquery.lazy/blob/master/README.md) to learn more about the basics of Lazy.
3131

3232

3333
## About Loader Plugins
@@ -96,7 +96,7 @@ If you want to do so anyway, use a most specific selector for jQuery or Zepto.
9696
})(window.jQuery || window.Zepto);
9797
```
9898

99-
For more examples, take a look at the [existing plugins](https://github.com/eisbehr-/jquery.lazy/tree/master/plugins).
99+
For more examples, take a look at the [existing plugins](https://github.com/dkern/jquery.lazy/tree/master/plugins).
100100

101101

102102
## AJAX Loader
@@ -309,7 +309,7 @@ There is no way to check if the video was loaded correctly or your provided vide
309309

310310

311311
## Bugs / Feature request
312-
Please [report](http://github.com/eisbehr-/jquery.lazy/issues) bugs and feel free to [ask](http://github.com/eisbehr-/jquery.lazy/issues) for new features and loaders directly on GitHub.
312+
Please [report](http://github.com/dkern/jquery.lazy/issues) bugs and feel free to [ask](http://github.com/dkern/jquery.lazy/issues) for new features and loaders directly on GitHub.
313313

314314

315315
## License

0 commit comments

Comments
 (0)