diff options
Diffstat (limited to 'amelia/index.html')
-rwxr-xr-x | amelia/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/amelia/index.html b/amelia/index.html index c1faefdf..893dcba8 100755 --- a/amelia/index.html +++ b/amelia/index.html @@ -15,7 +15,7 @@ <!-- Le styles --> <link href="bootstrap.min.css" rel="stylesheet"> <link href="../assets/css/bootstrap-responsive.css" rel="stylesheet"> - <link href="../assets/css/docs.css" rel="stylesheet"> + <link href="../css/docs.css" rel="stylesheet"> <script type="text/javascript"> @@ -654,11 +654,11 @@ <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../js/jquery.js"></script> - <script src="../js/bootstrap-dropdown.js"></script> - <script src="../js/bootstrap-scrollspy.js"></script> - <script src="../js/bootstrap-collapse.js"></script> - <script src="../js/bootstrap-tooltip.js"></script> + <script src="../assets/js/jquery.js"></script> + <script src="../assets/js/bootstrap-dropdown.js"></script> + <script src="../assets/js/bootstrap-scrollspy.js"></script> + <script src="../assets/js/bootstrap-collapse.js"></script> + <script src="../assets/js/bootstrap-tooltip.js"></script> <script src="../js/application.js"></script> <script src="../js/bootswatch.js"></script> |