diff options
author | Jouni Koivuviita <jouni@jouni.me> | 2015-09-17 10:47:39 +0300 |
---|---|---|
committer | Jouni Koivuviita <jouni@jouni.me> | 2015-09-17 10:47:39 +0300 |
commit | 0df97b50792063bd72e0a921b697e536b0d72340 (patch) | |
tree | 1289c4139214ef71fc246c221bb65a332879bcc3 /README.md | |
parent | 0a0f56e77f81101a9ba43ce45d753850abe88df3 (diff) | |
download | vaadin-core-0df97b50792063bd72e0a921b697e536b0d72340.tar.gz vaadin-core-0df97b50792063bd72e0a921b697e536b0d72340.zip |
Update README.md
Update URLs and paths to refer to the bundle instead of just vaadin-grid
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -81,15 +81,15 @@ We offer three ways to use Vaadin Components in your project: Bower, CDN and ZIP <!-- CDN --> <script src="https://cdn.vaadin.com/vaadin-components/0.3.0-beta8/webcomponentsjs/webcomponents-lite.js"></script> - <link href="https://cdn.vaadin.com/vaadin-components/0.3.0-beta8/vaadin-grid/vaadin-grid.html" rel="import"> + <link href="https://cdn.vaadin.com/vaadin-components/0.3.0-beta8/vaadin-components/vaadin-components.html" rel="import"> <!-- Bower --> <!-- <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script> - <link href="bower_components/vaadin-components/vaadin-grid/vaadin-grid.html" rel="import"> --> + <link href="bower_components/vaadin-components/vaadin-components.html" rel="import"> --> <!-- ZIP archive --> <!-- <script src="deps/vaadin-components/webcomponentsjs/webcomponents-lite.js"></script> - <link href="deps/vaadin-components/vaadin-grid/vaadin-grid.html" rel="import"> --> + <link href="deps/vaadin-components/vaadin-components/vaadin-components.html" rel="import"> --> </head> <body> |