diff options
author | Manolo Carrasco <manolo@apache.org> | 2015-10-19 10:09:28 +0200 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2015-10-19 11:22:47 +0200 |
commit | 3c71bca3f73c0f8d5ab3cc552a7d7d09c7ab3b2f (patch) | |
tree | a6054438431e7ada283c1710c92679b700826999 /demo | |
parent | 62661d11316d1a7a33687e6cb44d6dd820c6446c (diff) | |
download | vaadin-core-3c71bca3f73c0f8d5ab3cc552a7d7d09c7ab3b2f.tar.gz vaadin-core-3c71bca3f73c0f8d5ab3cc552a7d7d09c7ab3b2f.zip |
Renaming demo-resources
Diffstat (limited to 'demo')
-rw-r--r-- | demo/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/index.html b/demo/index.html index cdc8b74..121ab58 100644 --- a/demo/index.html +++ b/demo/index.html @@ -8,7 +8,7 @@ <script src="../../code-example/vendor/prismjs/prism.js"></script> <link rel="stylesheet" href="../../code-example/vendor/prismjs/prism.css"> - <link rel="stylesheet" href="../../components-demo-resources/demo.css"> + <link rel="stylesheet" href="../../elements-demo-resources/demo.css"> <script src="../ga.js"></script> <style type="text/css"> |