Browse Source

fix the urls of the importing javascript and stylesheet files in demo/message.html

BRAHIM 11 years ago
parent
commit
5518995330
1 changed files with 5 additions and 5 deletions
  1. 5 5
      demo/message.html

+ 5 - 5
demo/message.html

@@ -3,12 +3,12 @@
 <head>
     <title>BootstrapValidator demo</title>
 
-    <link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.css"/>
-    <link rel="stylesheet" href="/dist/css/bootstrapValidator.css"/>
+    <link rel="stylesheet" href="../vendor/bootstrap/css/bootstrap.css"/>
+    <link rel="stylesheet" href="../dist/css/bootstrapValidator.css"/>
 
-    <script type="text/javascript" src="/vendor/jquery/jquery-1.10.2.min.js"></script>
-    <script type="text/javascript" src="/vendor/bootstrap/js/bootstrap.min.js"></script>
-    <script type="text/javascript" src="/dist/js/bootstrapValidator.js"></script>
+    <script type="text/javascript" src="../vendor/jquery/jquery-1.10.2.min.js"></script>
+    <script type="text/javascript" src="../vendor/bootstrap/js/bootstrap.min.js"></script>
+    <script type="text/javascript" src="../dist/js/bootstrapValidator.js"></script>
 </head>
 <body>
     <div class="container">