Ver código fonte

Secure urls in README and Docs

Emanuele 8 anos atrás
pai
commit
d833a41b73

+ 2 - 2
README.md

@@ -58,11 +58,11 @@ Have a bug or a feature request? Please first search for existing and closed iss
 The new issue should contain both a summary of the issue and the browser/OS environment in which it occurs and a link to the playground you prefer with the reduced test case.
 If suitable, include the steps required to reproduce the bug.
 
-Please do not use the issue tracker for personal support requests: [Stack Overflow](http://stackoverflow.com/questions/tagged/bootstrap-switch) is a better place to get help.
+Please do not use the issue tracker for personal support requests: [Stack Overflow](https://stackoverflow.com/questions/tagged/bootstrap-switch) is a better place to get help.
 
 ### Known issues
 
-- Make sure `.form-control` is not applied to the input. Bootstrap does not support that, refer to [Checkboxes and radios](http://getbootstrap.com/css/#checkboxes-and-radios)
+- Make sure `.form-control` is not applied to the input. Bootstrap does not support that, refer to [Checkboxes and radios](https://getbootstrap.com/css/#checkboxes-and-radios)
 
 ## Integrations
 

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
docs/404.html


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
docs/documentation-2.html


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
docs/events.html


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
docs/examples.html


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
docs/index.html


+ 0 - 2
docs/js/main.js

@@ -4,8 +4,6 @@ var $window = $(window)
 var sectionTop = $('.top').outerHeight() + 20
 var $createDestroy = $('#switch-create-destroy')
 
-console.log($)
-
 function capitalize (string) {
   return string.charAt(0).toUpperCase() + string.slice(1)
 }

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
docs/methods.html


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
docs/options.html


+ 2 - 2
src/docs/_layout.jade

@@ -10,7 +10,7 @@ html(lang='en')
     link(href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css' rel='stylesheet')
     link(href='css/highlight.css' rel='stylesheet')
     link(href="https://unpkg.com/bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.css" rel='stylesheet')
-    link(href='http://getbootstrap.com/assets/css/docs.min.css' rel='stylesheet')
+    link(href='https://getbootstrap.com/assets/css/docs.min.css' rel='stylesheet')
     link(href='css/main.css' rel='stylesheet')
   body
     a(href='https://github.com/nostalgiaz/bootstrap-switch', id='github')
@@ -50,7 +50,7 @@ html(lang='en')
         p
           | Code licensed under
           = ' '
-          a(href='http://www.apache.org/licenses/LICENSE-2.0', target='_blank') Apache License, Version 2.0
+          a(href='https://www.apache.org/licenses/LICENSE-2.0', target='_blank') Apache License, Version 2.0
           br
           | Created by
           = ' '

+ 2 - 2
src/docs/index.jade

@@ -13,8 +13,8 @@
     p.lead
       a.btn.btn-outline-inverse.btn-lg(href='https://github.com/nostalgiaz/bootstrap-switch/archive/master.zip') Download Bootstrap Switch
     p.bs-docs-social
-      iframe(src='http://ghbtns.com/github-btn.html?user=nostalgiaz&repo=bootstrap-switch&type=watch&count=true&size=large', allowtransparency='true', frameborder='0', scrolling='0', width='184', height='30')
-      iframe(src='http://ghbtns.com/github-btn.html?user=nostalgiaz&repo=bootstrap-switch&type=fork&count=true&size=large', allowtransparency='true', frameborder='0', scrolling='0', width='144', height='30')
+      iframe(src='https://github-btn.html?user=nostalgiaz&repo=bootstrap-switch&type=watch&count=true&size=large', allowtransparency='true', frameborder='0', scrolling='0', width='184', height='30')
+      iframe(src='https://ghbtns.com/github-btn.html?user=nostalgiaz&repo=bootstrap-switch&type=fork&count=true&size=large', allowtransparency='true', frameborder='0', scrolling='0', width='144', height='30')
     br
     p.version
       | Currently v3.3.3 · Compatible with Bootstrap 2 and 3

+ 0 - 2
src/docs/js/main.js

@@ -4,8 +4,6 @@ var $window = $(window)
 var sectionTop = $('.top').outerHeight() + 20
 var $createDestroy = $('#switch-create-destroy')
 
-console.log($)
-
 function capitalize (string) {
   return string.charAt(0).toUpperCase() + string.slice(1)
 }

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff