Browse Source

update homepage URLs

Thomas Grainger 8 năm trước cách đây
mục cha
commit
73e2bd9aa7

+ 1 - 1
README.md

@@ -5,7 +5,7 @@
 
 Turn checkboxes and radio buttons into toggle switches. Created by [Mattia Larentis](http://github.com/nostalgiaz), maintained by [Emanuele Marchi](http://github.com/lostcrew) and [Peter Stein](http://www.bdmdesign.org) with the help of the community.
 
-To get started, check out [http://bootstrap-switch.org](http://bootstrap-switch.org)!
+To get started, check out [https://bttstrp.github.io/bootstrap-switch](https://bttstrp.github.io/bootstrap-switch)!
 
 ## Quick start
 

+ 1 - 1
composer.json

@@ -9,7 +9,7 @@
     "javascript",
     "js"
   ],
-  "homepage": "http://www.bootstrap-switch.org",
+  "homepage": "https://bttstrp.github.io/bootstrap-switch",
   "license": "Apache License Version 2.0",
   "authors": [
     {

+ 1 - 1
dist/css/bootstrap2/bootstrap-switch.css

@@ -2,7 +2,7 @@
   * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
   *
   * @version v3.3.3
-  * @homepage http://www.bootstrap-switch.org
+  * @homepage https://bttstrp.github.io/bootstrap-switch
   * @author Mattia Larentis <[email protected]> (http://larentis.eu)
   * @license Apache-2.0
   */

+ 1 - 1
dist/css/bootstrap2/bootstrap-switch.min.css

@@ -2,7 +2,7 @@
   * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
   *
   * @version v3.3.3
-  * @homepage http://www.bootstrap-switch.org
+  * @homepage https://bttstrp.github.io/bootstrap-switch
   * @author Mattia Larentis <[email protected]> (http://larentis.eu)
   * @license Apache-2.0
   */

+ 1 - 1
dist/css/bootstrap3/bootstrap-switch.css

@@ -2,7 +2,7 @@
   * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
   *
   * @version v3.3.3
-  * @homepage http://www.bootstrap-switch.org
+  * @homepage https://bttstrp.github.io/bootstrap-switch
   * @author Mattia Larentis <[email protected]> (http://larentis.eu)
   * @license Apache-2.0
   */

+ 1 - 1
dist/css/bootstrap3/bootstrap-switch.min.css

@@ -2,7 +2,7 @@
   * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
   *
   * @version v3.3.3
-  * @homepage http://www.bootstrap-switch.org
+  * @homepage https://bttstrp.github.io/bootstrap-switch
   * @author Mattia Larentis <[email protected]> (http://larentis.eu)
   * @license Apache-2.0
   */

+ 1 - 1
dist/js/bootstrap-switch.js

@@ -2,7 +2,7 @@
   * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
   *
   * @version v3.3.3
-  * @homepage http://www.bootstrap-switch.org
+  * @homepage https://bttstrp.github.io/bootstrap-switch
   * @author Mattia Larentis <[email protected]> (http://larentis.eu)
   * @license Apache-2.0
   */

+ 1 - 1
dist/js/bootstrap-switch.min.js

@@ -2,7 +2,7 @@
   * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
   *
   * @version v3.3.3
-  * @homepage http://www.bootstrap-switch.org
+  * @homepage https://bttstrp.github.io/bootstrap-switch
   * @author Mattia Larentis <[email protected]> (http://larentis.eu)
   * @license Apache-2.0
   */

+ 1 - 1
package.json

@@ -8,7 +8,7 @@
     "javascript",
     "js"
   ],
-  "homepage": "http://www.bootstrap-switch.org",
+  "homepage": "https://bttstrp.github.io/bootstrap-switch",
   "author": "Mattia Larentis <[email protected]> (http://larentis.eu)",
   "contributors": [
     "Emanuele Marchi <[email protected]> (http://lostcrew.it)",