Browse Source

Use https when possible. (#2733)

XhmikosR 4 years ago
parent
commit
13ed4d6aca
61 changed files with 87 additions and 87 deletions
  1. 4 4
      README.md
  2. 2 2
      build/scss/AdminLTE-components.scss
  3. 2 2
      build/scss/AdminLTE-core.scss
  4. 2 2
      build/scss/AdminLTE-extra-components.scss
  5. 2 2
      build/scss/AdminLTE-pages.scss
  6. 2 2
      build/scss/AdminLTE-plugins.scss
  7. 2 2
      build/scss/AdminLTE-raw.scss
  8. 2 2
      build/scss/AdminLTE.scss
  9. 1 1
      composer.json
  10. 1 1
      docs/components/main-header.md
  11. 1 1
      docs/dependencies.md
  12. 1 1
      docs/faq.md
  13. 1 1
      docs/license.md
  14. 1 1
      index.html
  15. 1 1
      index2.html
  16. 2 2
      index3.html
  17. 1 1
      package.json
  18. 1 1
      pages/UI/buttons.html
  19. 1 1
      pages/UI/general.html
  20. 2 2
      pages/UI/icons.html
  21. 2 2
      pages/UI/modals.html
  22. 1 1
      pages/UI/navbar.html
  23. 1 1
      pages/UI/ribbons.html
  24. 1 1
      pages/UI/sliders.html
  25. 6 6
      pages/UI/timeline.html
  26. 3 3
      pages/calendar.html
  27. 1 1
      pages/charts/chartjs.html
  28. 1 1
      pages/charts/flot.html
  29. 2 2
      pages/charts/inline.html
  30. 1 1
      pages/examples/404.html
  31. 1 1
      pages/examples/500.html
  32. 1 1
      pages/examples/blank.html
  33. 1 1
      pages/examples/contacts.html
  34. 1 1
      pages/examples/e-commerce.html
  35. 1 1
      pages/examples/invoice.html
  36. 1 1
      pages/examples/language-menu.html
  37. 1 1
      pages/examples/legacy-user-menu.html
  38. 1 1
      pages/examples/lockscreen.html
  39. 1 1
      pages/examples/pace.html
  40. 5 5
      pages/examples/profile.html
  41. 1 1
      pages/examples/project-add.html
  42. 1 1
      pages/examples/project-detail.html
  43. 1 1
      pages/examples/project-edit.html
  44. 1 1
      pages/examples/projects.html
  45. 1 1
      pages/forms/advanced.html
  46. 1 1
      pages/forms/editors.html
  47. 1 1
      pages/forms/general.html
  48. 1 1
      pages/forms/validation.html
  49. 1 1
      pages/gallery.html
  50. 1 1
      pages/layout/boxed.html
  51. 1 1
      pages/layout/collapsed-sidebar.html
  52. 1 1
      pages/layout/fixed-footer.html
  53. 1 1
      pages/layout/fixed-sidebar.html
  54. 1 1
      pages/layout/fixed-topnav.html
  55. 1 1
      pages/mailbox/compose.html
  56. 1 1
      pages/mailbox/mailbox.html
  57. 1 1
      pages/mailbox/read-mail.html
  58. 1 1
      pages/tables/data.html
  59. 1 1
      pages/tables/jsgrid.html
  60. 1 1
      pages/tables/simple.html
  61. 2 2
      pages/widgets.html

+ 4 - 4
README.md

@@ -86,13 +86,13 @@ To compile the dist files you need nodejs/npm, clone/download the repo then:
 
 
 #### Contribution Requirements:
 #### Contribution Requirements:
 - When you contribute, you agree to give a non-exclusive license to AdminLTE.io to use that contribution in any context as we (AdminLTE.io) see appropriate.
 - When you contribute, you agree to give a non-exclusive license to AdminLTE.io to use that contribution in any context as we (AdminLTE.io) see appropriate.
-- If you use content provided by another party, it must be appropriately licensed using an [open source](http://opensource.org/licenses) license.
+- If you use content provided by another party, it must be appropriately licensed using an [open source](https://opensource.org/licenses) license.
 - Contributions are only accepted through GitHub pull requests.
 - Contributions are only accepted through GitHub pull requests.
 - Finally, contributed code must work in all supported browsers (see above for browser support).
 - Finally, contributed code must work in all supported browsers (see above for browser support).
 
 
 License
 License
 -------
 -------
-AdminLTE is an open source project by [AdminLTE.io](https://adminlte.io) that is licensed under [MIT](http://opensource.org/licenses/MIT). AdminLTE.io
+AdminLTE is an open source project by [AdminLTE.io](https://adminlte.io) that is licensed under [MIT](https://opensource.org/licenses/MIT). AdminLTE.io
 reserves the right to change the license of future releases.
 reserves the right to change the license of future releases.
 
 
 Latest Release
 Latest Release
@@ -112,9 +112,9 @@ Image Credits
 -------------
 -------------
 [Pixeden](http://www.pixeden.com/psd-web-elements/flat-responsive-showcase-psd)
 [Pixeden](http://www.pixeden.com/psd-web-elements/flat-responsive-showcase-psd)
 
 
-[Graphicsfuel](http://www.graphicsfuel.com/2013/02/13-high-resolution-blur-backgrounds/)
+[Graphicsfuel](https://www.graphicsfuel.com/2013/02/13-high-resolution-blur-backgrounds/)
 
 
-[Pickaface](http://pickaface.net/)
+[Pickaface](https://pickaface.net/)
 
 
 [Unsplash](https://unsplash.com/)
 [Unsplash](https://unsplash.com/)
 
 

+ 2 - 2
build/scss/AdminLTE-components.scss

@@ -2,8 +2,8 @@
  *   AdminLTE v3.0.6-pre
  *   AdminLTE v3.0.6-pre
  *     Only Components
  *     Only Components
  *   Author: Colorlib
  *   Author: Colorlib
- *   Website: AdminLTE.io <http://adminlte.io>
- *   License: Open source - MIT <http://opensource.org/licenses/MIT>
+ *   Website: AdminLTE.io <https://adminlte.io>
+ *   License: Open source - MIT <https://opensource.org/licenses/MIT>
  */
  */
 // Bootstrap
 // Bootstrap
 // ---------------------------------------------------
 // ---------------------------------------------------

+ 2 - 2
build/scss/AdminLTE-core.scss

@@ -2,8 +2,8 @@
  *   AdminLTE v3.0.6-pre
  *   AdminLTE v3.0.6-pre
  *     Only Core
  *     Only Core
  *   Author: Colorlib
  *   Author: Colorlib
- *   Website: AdminLTE.io <http://adminlte.io>
- *   License: Open source - MIT <http://opensource.org/licenses/MIT>
+ *   Website: AdminLTE.io <https://adminlte.io>
+ *   License: Open source - MIT <https://opensource.org/licenses/MIT>
  */
  */
 // Bootstrap
 // Bootstrap
 // ---------------------------------------------------
 // ---------------------------------------------------

+ 2 - 2
build/scss/AdminLTE-extra-components.scss

@@ -2,8 +2,8 @@
  *   AdminLTE v3.0.6-pre
  *   AdminLTE v3.0.6-pre
  *     Only Extra Components
  *     Only Extra Components
  *   Author: Colorlib
  *   Author: Colorlib
- *   Website: AdminLTE.io <http://adminlte.io>
- *   License: Open source - MIT <http://opensource.org/licenses/MIT>
+ *   Website: AdminLTE.io <https://adminlte.io>
+ *   License: Open source - MIT <https://opensource.org/licenses/MIT>
  */
  */
 // Bootstrap
 // Bootstrap
 // ---------------------------------------------------
 // ---------------------------------------------------

+ 2 - 2
build/scss/AdminLTE-pages.scss

@@ -2,8 +2,8 @@
  *   AdminLTE v3.0.6-pre
  *   AdminLTE v3.0.6-pre
  *     Only Pages
  *     Only Pages
  *   Author: Colorlib
  *   Author: Colorlib
- *   Website: AdminLTE.io <http://adminlte.io>
- *   License: Open source - MIT <http://opensource.org/licenses/MIT>
+ *   Website: AdminLTE.io <https://adminlte.io>
+ *   License: Open source - MIT <https://opensource.org/licenses/MIT>
  */
  */
 // Bootstrap
 // Bootstrap
 // ---------------------------------------------------
 // ---------------------------------------------------

+ 2 - 2
build/scss/AdminLTE-plugins.scss

@@ -2,8 +2,8 @@
  *   AdminLTE v3.0.6-pre
  *   AdminLTE v3.0.6-pre
  *     Only Plugins
  *     Only Plugins
  *   Author: Colorlib
  *   Author: Colorlib
- *   Website: AdminLTE.io <http://adminlte.io>
- *   License: Open source - MIT <http://opensource.org/licenses/MIT>
+ *   Website: AdminLTE.io <https://adminlte.io>
+ *   License: Open source - MIT <https://opensource.org/licenses/MIT>
  */
  */
 // Bootstrap
 // Bootstrap
 // ---------------------------------------------------
 // ---------------------------------------------------

+ 2 - 2
build/scss/AdminLTE-raw.scss

@@ -1,8 +1,8 @@
 /*!
 /*!
  *   AdminLTE v3.0.6-pre
  *   AdminLTE v3.0.6-pre
  *   Author: Colorlib
  *   Author: Colorlib
- *   Website: AdminLTE.io <http://adminlte.io>
- *   License: Open source - MIT <http://opensource.org/licenses/MIT>
+ *   Website: AdminLTE.io <https://adminlte.io>
+ *   License: Open source - MIT <https://opensource.org/licenses/MIT>
  */
  */
 //
 //
 // ------------------------------------------------------------------
 // ------------------------------------------------------------------

+ 2 - 2
build/scss/AdminLTE.scss

@@ -1,8 +1,8 @@
 /*!
 /*!
  *   AdminLTE v3.0.6-pre
  *   AdminLTE v3.0.6-pre
  *   Author: Colorlib
  *   Author: Colorlib
- *   Website: AdminLTE.io <http://adminlte.io>
- *   License: Open source - MIT <http://opensource.org/licenses/MIT>
+ *   Website: AdminLTE.io <https://adminlte.io>
+ *   License: Open source - MIT <https://opensource.org/licenses/MIT>
  */
  */
 // Bootstrap
 // Bootstrap
 // ---------------------------------------------------
 // ---------------------------------------------------

+ 1 - 1
composer.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "almasaeed2010/adminlte",
   "name": "almasaeed2010/adminlte",
   "description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 4",
   "description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 4",
-  "homepage": "http://adminlte.io/",
+  "homepage": "https://adminlte.io/",
   "keywords": [
   "keywords": [
     "css",
     "css",
     "js",
     "js",

+ 1 - 1
docs/components/main-header.md

@@ -4,7 +4,7 @@ title: Main Header Component
 ---
 ---
 
 
 > ##### Reminder!
 > ##### Reminder!
-> AdminLTE uses all of Bootstrap 4 components. It's a good start to review the [Bootstrap documentation](http://getbootstrap.com) to get an idea of the various components that this documentation __does not__ cover.
+> AdminLTE uses all of Bootstrap 4 components. It's a good start to review the [Bootstrap documentation](https://getbootstrap.com/) to get an idea of the various components that this documentation __does not__ cover.
 {: .quote-orange .mt-0}
 {: .quote-orange .mt-0}
 
 
 
 

+ 1 - 1
docs/dependencies.md

@@ -27,7 +27,7 @@ AdminLTE makes use of the following plugins. For documentation, updates or licen
   <div class="col-sm-3">
   <div class="col-sm-3">
     <ul class="list-unstyled">
     <ul class="list-unstyled">
       <li><h4>Charts</h4></li>
       <li><h4>Charts</h4></li>
-      <li><a href="http://www.chartjs.org/" target="_blank">ChartJS</a></li>
+      <li><a href="https://www.chartjs.org/" target="_blank">ChartJS</a></li>
       <li><a href="http://www.flotcharts.org/" target="_blank">Flot</a></li>
       <li><a href="http://www.flotcharts.org/" target="_blank">Flot</a></li>
       <li><a href="https://github.com/mariusGundersen/sparkline" target="_blank">Sparkline</a></li>
       <li><a href="https://github.com/mariusGundersen/sparkline" target="_blank">Sparkline</a></li>
     </ul>
     </ul>

+ 1 - 1
docs/faq.md

@@ -11,5 +11,5 @@ Short answer, no. However, there are forks and tutorials around the web that pro
 
 
 <!---
 <!---
 #### How do I get notified of new AdminLTE versions?
 #### How do I get notified of new AdminLTE versions?
-The best option is to subscribe to our mailing list using the [subscription form on Almsaeed Studio](http://almsaeedstudio.com/#subscribe). If that's not appealing to you, you may watch the [repository on GitHub](https://github.com/almasaeed2010/AdminLTE) or visit [Almsaeed Studio](http://almsaeedstudio.com) every now and then for updates and announcements.
+The best option is to subscribe to our mailing list using the [subscription form on Almsaeed Studio](https://almsaeedstudio.com/#subscribe). If that's not appealing to you, you may watch the [repository on GitHub](https://github.com/almasaeed2010/AdminLTE) or visit [Almsaeed Studio](https://almsaeedstudio.com) every now and then for updates and announcements.
 --->
 --->

+ 1 - 1
docs/license.md

@@ -3,7 +3,7 @@ layout: page
 title: License
 title: License
 ---
 ---
 
 
-AdminLTE is an open source project that is licensed under the [MIT license](http://opensource.org/licenses/MIT). This allows you to do pretty much anything you want as long as you include the copyright in "all copies or substantial portions of the Software." Attribution is not required (though very much appreciated).
+AdminLTE is an open source project that is licensed under the [MIT license](https://opensource.org/licenses/MIT). This allows you to do pretty much anything you want as long as you include the copyright in "all copies or substantial portions of the Software." Attribution is not required (though very much appreciated).
 
 
 <h5 class="text-bold text-dark mt-3">What You Are <span class="text-success">Allowed</span> To Do With AdminLTE</h5>
 <h5 class="text-bold text-dark mt-3">What You Are <span class="text-success">Allowed</span> To Do With AdminLTE</h5>
 - Use in commercial projects.
 - Use in commercial projects.

+ 1 - 1
index.html

@@ -1322,7 +1322,7 @@
   </div>
   </div>
   <!-- /.content-wrapper -->
   <!-- /.content-wrapper -->
   <footer class="main-footer">
   <footer class="main-footer">
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong>
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong>
     All rights reserved.
     All rights reserved.
     <div class="float-right d-none d-sm-inline-block">
     <div class="float-right d-none d-sm-inline-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre

+ 1 - 1
index2.html

@@ -1557,7 +1557,7 @@
 
 
   <!-- Main Footer -->
   <!-- Main Footer -->
   <footer class="main-footer">
   <footer class="main-footer">
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong>
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong>
     All rights reserved.
     All rights reserved.
     <div class="float-right d-none d-sm-inline-block">
     <div class="float-right d-none d-sm-inline-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre

+ 2 - 2
index3.html

@@ -10,7 +10,7 @@
   <!-- Font Awesome Icons -->
   <!-- Font Awesome Icons -->
   <link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css">
   <link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css">
   <!-- IonIcons -->
   <!-- IonIcons -->
-  <link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
+  <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
   <!-- Theme style -->
   <!-- Theme style -->
   <link rel="stylesheet" href="dist/css/adminlte.min.css">
   <link rel="stylesheet" href="dist/css/adminlte.min.css">
   <!-- Google Font: Source Sans Pro -->
   <!-- Google Font: Source Sans Pro -->
@@ -988,7 +988,7 @@ to get the desired effect
 
 
   <!-- Main Footer -->
   <!-- Main Footer -->
   <footer class="main-footer">
   <footer class="main-footer">
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong>
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong>
     All rights reserved.
     All rights reserved.
     <div class="float-right d-none d-sm-inline-block">
     <div class="float-right d-none d-sm-inline-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
   "description": "Responsive open source admin dashboard and control panel.",
   "description": "Responsive open source admin dashboard and control panel.",
   "version": "3.0.6-pre",
   "version": "3.0.6-pre",
   "license": "MIT",
   "license": "MIT",
-  "author": "Colorlib <http://colorlib.com>",
+  "author": "Colorlib <https://colorlib.com>",
   "main": "dist/js/adminlte.min.js",
   "main": "dist/js/adminlte.min.js",
   "scripts": {
   "scripts": {
     "css": "npm-run-all --sequential css-compile css-prefix css-minify",
     "css": "npm-run-all --sequential css-compile css-prefix css-minify",

+ 1 - 1
pages/UI/buttons.html

@@ -2030,7 +2030,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/UI/general.html

@@ -1724,7 +1724,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 2 - 2
pages/UI/icons.html

@@ -731,7 +731,7 @@
             <div>
             <div>
               <a href="https://fontawesome.com/">Font Awesome</a><br>
               <a href="https://fontawesome.com/">Font Awesome</a><br>
               <a href="https://useiconic.com/open/">Iconic Icons</a><br>
               <a href="https://useiconic.com/open/">Iconic Icons</a><br>
-              <a href="http://ionicons.com/">Ion Icons</a><br>
+              <a href="https://ionicons.com/">Ion Icons</a><br>
             </div>
             </div>
           </div><!-- /.card-body -->
           </div><!-- /.card-body -->
         </div>
         </div>
@@ -744,7 +744,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 2 - 2
pages/UI/modals.html

@@ -777,7 +777,7 @@
                 </button>
                 </button>
                 <div class="text-muted mt-3">
                 <div class="text-muted mt-3">
                   Instructions for how to use modals are available on the
                   Instructions for how to use modals are available on the
-                  <a href="http://getbootstrap.com/javascript/#modals">Bootstrap documentation</a>
+                  <a href="https://getbootstrap.com/docs/4.5/components/modal/">Bootstrap documentation</a>
                 </div>
                 </div>
               </div>
               </div>
               <!-- /.card -->
               <!-- /.card -->
@@ -1161,7 +1161,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/UI/navbar.html

@@ -1283,7 +1283,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/UI/ribbons.html

@@ -851,7 +851,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/UI/sliders.html

@@ -870,7 +870,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 6 - 6
pages/UI/timeline.html

@@ -789,11 +789,11 @@
                   <span class="time"><i class="fas fa-clock"></i> 2 days ago</span>
                   <span class="time"><i class="fas fa-clock"></i> 2 days ago</span>
                   <h3 class="timeline-header"><a href="#">Mina Lee</a> uploaded new photos</h3>
                   <h3 class="timeline-header"><a href="#">Mina Lee</a> uploaded new photos</h3>
                   <div class="timeline-body">
                   <div class="timeline-body">
-                    <img src="http://placehold.it/150x100" alt="...">
-                    <img src="http://placehold.it/150x100" alt="...">
-                    <img src="http://placehold.it/150x100" alt="...">
-                    <img src="http://placehold.it/150x100" alt="...">
-                    <img src="http://placehold.it/150x100" alt="...">
+                    <img src="https://placehold.it/150x100" alt="...">
+                    <img src="https://placehold.it/150x100" alt="...">
+                    <img src="https://placehold.it/150x100" alt="...">
+                    <img src="https://placehold.it/150x100" alt="...">
+                    <img src="https://placehold.it/150x100" alt="...">
                   </div>
                   </div>
                 </div>
                 </div>
               </div>
               </div>
@@ -837,7 +837,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 3 - 3
pages/calendar.html

@@ -805,7 +805,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 
@@ -843,7 +843,7 @@
     function ini_events(ele) {
     function ini_events(ele) {
       ele.each(function () {
       ele.each(function () {
 
 
-        // create an Event Object (http://arshaw.com/fullcalendar/docs/event_data/Event_Object/)
+        // create an Event Object (https://fullcalendar.io/docs/event-object)
         // it doesn't need to have a start or end
         // it doesn't need to have a start or end
         var eventObject = {
         var eventObject = {
           title: $.trim($(this).text()) // use the element's text as the event title
           title: $.trim($(this).text()) // use the element's text as the event title
@@ -946,7 +946,7 @@
           title          : 'Click for Google',
           title          : 'Click for Google',
           start          : new Date(y, m, 28),
           start          : new Date(y, m, 28),
           end            : new Date(y, m, 29),
           end            : new Date(y, m, 29),
-          url            : 'http://google.com/',
+          url            : 'https://www.google.com/',
           backgroundColor: '#3c8dbc', //Primary (light-blue)
           backgroundColor: '#3c8dbc', //Primary (light-blue)
           borderColor    : '#3c8dbc' //Primary (light-blue)
           borderColor    : '#3c8dbc' //Primary (light-blue)
         }
         }

+ 1 - 1
pages/charts/chartjs.html

@@ -855,7 +855,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/charts/flot.html

@@ -861,7 +861,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 2 - 2
pages/charts/inline.html

@@ -925,7 +925,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 
@@ -1021,7 +1021,7 @@
       $this.sparkline('html', $this.data())
       $this.sparkline('html', $this.data())
     })
     })
 
 
-    /* SPARKLINE DOCUMENTATION EXAMPLES http://omnipotent.net/jquery.sparkline/#s-about */
+    /* SPARKLINE DOCUMENTATION EXAMPLES https://omnipotent.net/jquery.sparkline/#s-about */
     drawDocSparklines()
     drawDocSparklines()
     drawMouseSpeedDemo()
     drawMouseSpeedDemo()
 
 

+ 1 - 1
pages/examples/404.html

@@ -755,7 +755,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/examples/500.html

@@ -755,7 +755,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/examples/blank.html

@@ -755,7 +755,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/examples/contacts.html

@@ -1043,7 +1043,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/examples/e-commerce.html

@@ -873,7 +873,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/examples/invoice.html

@@ -893,7 +893,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/examples/language-menu.html

@@ -767,7 +767,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/examples/legacy-user-menu.html

@@ -782,7 +782,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/examples/lockscreen.html

@@ -54,7 +54,7 @@
     <a href="login.html">Or sign in as a different user</a>
     <a href="login.html">Or sign in as a different user</a>
   </div>
   </div>
   <div class="lockscreen-footer text-center">
   <div class="lockscreen-footer text-center">
-    Copyright &copy; 2014-2020 <b><a href="http://adminlte.io" class="text-black">AdminLTE.io</a></b><br>
+    Copyright &copy; 2014-2020 <b><a href="https://adminlte.io" class="text-black">AdminLTE.io</a></b><br>
     All rights reserved
     All rights reserved
   </div>
   </div>
 </div>
 </div>

+ 1 - 1
pages/examples/pace.html

@@ -757,7 +757,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 5 - 5
pages/examples/profile.html

@@ -1004,10 +1004,10 @@
                           <h3 class="timeline-header"><a href="#">Mina Lee</a> uploaded new photos</h3>
                           <h3 class="timeline-header"><a href="#">Mina Lee</a> uploaded new photos</h3>
 
 
                           <div class="timeline-body">
                           <div class="timeline-body">
-                            <img src="http://placehold.it/150x100" alt="...">
-                            <img src="http://placehold.it/150x100" alt="...">
-                            <img src="http://placehold.it/150x100" alt="...">
-                            <img src="http://placehold.it/150x100" alt="...">
+                            <img src="https://placehold.it/150x100" alt="...">
+                            <img src="https://placehold.it/150x100" alt="...">
+                            <img src="https://placehold.it/150x100" alt="...">
+                            <img src="https://placehold.it/150x100" alt="...">
                           </div>
                           </div>
                         </div>
                         </div>
                       </div>
                       </div>
@@ -1086,7 +1086,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/examples/project-add.html

@@ -808,7 +808,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/examples/project-detail.html

@@ -880,7 +880,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/examples/project-edit.html

@@ -880,7 +880,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/examples/projects.html

@@ -1285,7 +1285,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/forms/advanced.html

@@ -1350,7 +1350,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/forms/editors.html

@@ -766,7 +766,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/forms/general.html

@@ -1291,7 +1291,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/forms/validation.html

@@ -774,7 +774,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/gallery.html

@@ -906,7 +906,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/layout/boxed.html

@@ -760,7 +760,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/layout/collapsed-sidebar.html

@@ -760,7 +760,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/layout/fixed-footer.html

@@ -759,7 +759,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/layout/fixed-sidebar.html

@@ -762,7 +762,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/layout/fixed-topnav.html

@@ -759,7 +759,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/mailbox/compose.html

@@ -863,7 +863,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/mailbox/mailbox.html

@@ -1093,7 +1093,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/mailbox/read-mail.html

@@ -932,7 +932,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
   <!-- Control Sidebar -->
   <!-- Control Sidebar -->

+ 1 - 1
pages/tables/data.html

@@ -1620,7 +1620,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/tables/jsgrid.html

@@ -743,7 +743,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 1 - 1
pages/tables/simple.html

@@ -1168,7 +1168,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>
 
 

+ 2 - 2
pages/widgets.html

@@ -2196,7 +2196,7 @@
                   <img class="attachment-img" src="../dist/img/photo1.png" alt="Attachment Image">
                   <img class="attachment-img" src="../dist/img/photo1.png" alt="Attachment Image">
 
 
                   <div class="attachment-pushed">
                   <div class="attachment-pushed">
-                    <h4 class="attachment-heading"><a href="http://www.lipsum.com/">Lorem ipsum text generator</a></h4>
+                    <h4 class="attachment-heading"><a href="https://www.lipsum.com/">Lorem ipsum text generator</a></h4>
 
 
                     <div class="attachment-text">
                     <div class="attachment-text">
                       Description about the attachment can be placed here.
                       Description about the attachment can be placed here.
@@ -2278,7 +2278,7 @@
     <div class="float-right d-none d-sm-block">
     <div class="float-right d-none d-sm-block">
       <b>Version</b> 3.0.6-pre
       <b>Version</b> 3.0.6-pre
     </div>
     </div>
-    <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
+    <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
     reserved.
     reserved.
   </footer>
   </footer>