This is an automated email from the ASF dual-hosted git repository.

javiroman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-myriad.git


The following commit(s) were added to refs/heads/master by this push:
     new c8eb40a  Make links relative in index.html. (#102)
c8eb40a is described below

commit c8eb40aeb7658091624eea98cd6caaed9fcd3067
Author: Joerg Schad <joerg.sc...@gmail.com>
AuthorDate: Thu Jul 18 04:07:19 2019 -0700

    Make links relative in index.html. (#102)
---
 myriad-scheduler/src/main/resources/webapp/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/myriad-scheduler/src/main/resources/webapp/index.html 
b/myriad-scheduler/src/main/resources/webapp/index.html
index 9034feb..bb840ac 100644
--- a/myriad-scheduler/src/main/resources/webapp/index.html
+++ b/myriad-scheduler/src/main/resources/webapp/index.html
@@ -22,13 +22,13 @@
     <meta charset="utf-8">
     <title>Myriad</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link rel="icon" type="image/x-icon" href="/img/favicon.ico">
+    <link rel="icon" type="image/x-icon" href="img/favicon.ico">
     <link rel="stylesheet" href="css/bootstrap-myriad.css">
-    <link rel="stylesheet" href="/css/myriad.css">
+    <link rel="stylesheet" href="css/myriad.css">
 </head>
 <body>
     <div id="myriad"></div>
 
-    <script src="/js/myriad.js"></script>
+    <script src="js/myriad.js"></script>
 </body>
 </html>

Reply via email to