소스 검색

Secure urls in README and Docs

Emanuele 8 년 전
부모
커밋
d833a41b73
12개의 변경된 파일6개의 추가작업 그리고 10개의 파일을 삭제
  1. 2 2
      README.md
  2. 0 0
      docs/404.html
  3. 0 0
      docs/documentation-2.html
  4. 0 0
      docs/events.html
  5. 0 0
      docs/examples.html
  6. 0 0
      docs/index.html
  7. 0 2
      docs/js/main.js
  8. 0 0
      docs/methods.html
  9. 0 0
      docs/options.html
  10. 2 2
      src/docs/_layout.jade
  11. 2 2
      src/docs/index.jade
  12. 0 2
      src/docs/js/main.js

+ 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
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
docs/404.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
docs/documentation-2.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
docs/events.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
docs/examples.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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)
 }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
docs/methods.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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)
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.