diff options
Diffstat (limited to 'cerulean/index.html')
-rwxr-xr-x | cerulean/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cerulean/index.html b/cerulean/index.html index 8a74ae38..1326bfb5 100755 --- a/cerulean/index.html +++ b/cerulean/index.html @@ -14,7 +14,7 @@ <!-- Le styles --> <link href="bootstrap.min.css" rel="stylesheet"> - <link href="../assets/css/bootstrap-responsive.css" rel="stylesheet"> + <link href="../default/bootstrap-responsive.min.css" rel="stylesheet"> <link href="../css/docs.css" rel="stylesheet"> <script type="text/javascript"> @@ -714,7 +714,7 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> - <script src="../assets/js/bootstrap.min.js"></script> + <script src="../js/bootstrap.min.js"></script> <script src="../js/application.js"></script> <script src="../js/bootswatch.js"></script> |