diff --git a/bower.json b/bower.json index 3e728ce..2fca177 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery-fullscreen-plugin", - "homepage": "https://github.com/kayahr/jquery-fullscreen-plugin", + "homepage": "https://github.com/code-lts/jquery-fullscreen-plugin", "main": "jquery.fullscreen.js", "version": "1.1.5" } diff --git a/jquery.fullscreen-min.js b/jquery.fullscreen-min.js index f7c7d6f..08c8e12 100644 --- a/jquery.fullscreen-min.js +++ b/jquery.fullscreen-min.js @@ -1,6 +1,6 @@ /* jquery.fullscreen 1.1.5 - https://github.com/kayahr/jquery-fullscreen-plugin + https://github.com/code-lts/jquery-fullscreen-plugin Copyright (C) 2012-2013 Klaus Reimer Licensed under the MIT license (See http://www.opensource.org/licenses/mit-license) diff --git a/jquery.fullscreen.js b/jquery.fullscreen.js index 5df2a20..088c74c 100644 --- a/jquery.fullscreen.js +++ b/jquery.fullscreen.js @@ -1,6 +1,6 @@ /** * @preserve jquery.fullscreen 1.1.5 - * https://github.com/kayahr/jquery-fullscreen-plugin + * https://github.com/code-lts/jquery-fullscreen-plugin * Copyright (C) 2012-2013 Klaus Reimer * Licensed under the MIT license * (See http://www.opensource.org/licenses/mit-license) diff --git a/package.json b/package.json index 3955a12..f73ecd6 100644 --- a/package.json +++ b/package.json @@ -13,12 +13,12 @@ "licenses": [ { "type": "MIT", - "url": "https://github.com/kayahr/jquery-fullscreen-plugin/blob/master/LICENSE.txt" + "url": "https://github.com/code-lts/jquery-fullscreen-plugin/blob/master/LICENSE.txt" } ], - "bugs": "https://github.com/kayahr/jquery-fullscreen-plugin/issues", - "homepage": "https://github.com/kayahr/jquery-fullscreen-plugin", - "docs": "https://github.com/kayahr/jquery-fullscreen-plugin", + "bugs": "https://github.com/code-lts/jquery-fullscreen-plugin/issues", + "homepage": "https://github.com/code-lts/jquery-fullscreen-plugin", + "docs": "https://github.com/code-lts/jquery-fullscreen-plugin", "dependencies": { "jquery": ">=1.5" }