Commit c4ff67d8277b9f89f08175c56f20051c9aee3254

Authored by Andrew Buss
1 parent bbba330881

HTTPS is good for you

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -31,7 +31,7 @@
31 31 <script src="scripts/DeckController.js"></script>
32 32 <script src="scripts/RequestResetController.js"></script>
33 33 <script src="scripts/ClassAddController.js"></script>
34   -<script src="http://ghiden.github.io/angucomplete-alt/js/libs/angucomplete-alt.js"></script>
  34 +<script src="https://ghiden.github.io/angucomplete-alt/js/libs/angucomplete-alt.js"></script>
35 35 <script src="scripts/bootstrap.js"></script>
36 36  
37 37 </body>