You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sc...@apache.org on 2018/06/06 15:55:15 UTC

[54/59] [abbrv] nifi-fds git commit: update path to demo-app

update path to demo-app


Project: http://git-wip-us.apache.org/repos/asf/nifi-fds/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-fds/commit/877eecf3
Tree: http://git-wip-us.apache.org/repos/asf/nifi-fds/tree/877eecf3
Diff: http://git-wip-us.apache.org/repos/asf/nifi-fds/diff/877eecf3

Branch: refs/heads/gh-pages
Commit: 877eecf3097750342ddb296ab9c1438e7e814e8b
Parents: 16a14e5
Author: Scott Aslan <sc...@gmail.com>
Authored: Tue Jun 5 17:26:34 2018 -0400
Committer: Scott Aslan <sc...@gmail.com>
Committed: Tue Jun 5 17:26:34 2018 -0400

----------------------------------------------------------------------
 index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/877eecf3/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index e759f14..b5c94b7 100644
--- a/index.html
+++ b/index.html
@@ -22,15 +22,15 @@
     <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'/>
     <link rel="stylesheet" href="node_modules/@covalent/core/common/platform.css">
     <link rel="stylesheet" href='node_modules/@nifi-fds/core/common/styles/css/flow-design-system.min.css'/>
-    <link rel="stylesheet" href='../demo-app/css/fds-demo.min.css'/>
+    <link rel="stylesheet" href='demo-app/css/fds-demo.min.css'/>
     <link rel='stylesheet' href='node_modules/font-awesome/css/font-awesome.css'/>
 </head>
 <body>
 <fds-app></fds-app>
 </body>
 <script src="node_modules/systemjs/dist/system.src.js"></script>
-<script src="../demo-app/systemjs.config.js?"></script>
+<script src="demo-app/systemjs.config.js?"></script>
 <script>
-  System.import('../demo-app/fds-bootstrap.js').catch(function(err) {console.error(err);});
+  System.import('demo-app/fds-bootstrap.js').catch(function(err) {console.error(err);});
 </script>
 </html>