diff options
Diffstat (limited to 'docs/_includes/getting-started/template.html')
| -rw-r--r-- | docs/_includes/getting-started/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/template.html b/docs/_includes/getting-started/template.html index b28c1d4f0..b6a72b567 100644 --- a/docs/_includes/getting-started/template.html +++ b/docs/_includes/getting-started/template.html @@ -28,7 +28,7 @@ <h1>Hello, world!</h1> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> + <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> </body> |
