diff options
author | Manolo Carrasco <manolo@apache.org> | 2015-09-14 18:20:31 +0200 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2015-09-14 18:58:33 +0200 |
commit | bb449f26f3619dee1e58a36986238e46f2c16de6 (patch) | |
tree | 9d6dd02fe8178b484bc79872a0d25ca3578541cd /README.md | |
parent | 60d701b462284c07a99089480f27ab183318a953 (diff) | |
download | vaadin-core-bb449f26f3619dee1e58a36986238e46f2c16de6.tar.gz vaadin-core-bb449f26f3619dee1e58a36986238e46f2c16de6.zip |
Fixing links
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# Vaadin Components +# Vaadin Component [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/vaadin-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) or [discuss on the vaadin.com forum](https://vaadin.com/forum/#!/category/9848927/) @@ -10,7 +10,7 @@ View live examples and source code side-by-side for individual custom elements. | Component | Description | | --- | --- | -| [<**vaadin-grid**>](https://github.com/vaadin/vaadin-grid) · [Examples](http://vaadin.github.io/components-examples/vaadin-grid/) · [API](http://vaadin.github.io/components-apidoc/#vaadin-grid) | Data grid for showing large amounts of tabular data. | +| [<**vaadin-grid**>](https://github.com/vaadin/vaadin-grid) · [Examples](../../vaadin-grid/demo) · [API](../doc/#vaadin-grid) | Data grid for showing large amounts of tabular data. | ### Quickstart @@ -21,7 +21,6 @@ View live examples and source code side-by-side for individual custom elements. - [Data generated on-the-fly](http://jsfiddle.net/jounik/tvk1235r/) - [JSON data from a URL](http://jsfiddle.net/jounik/tLour4gv/) - ### Installation We offer three ways to use Vaadin Components in your project: Bower, CDN and ZIP archive. The only difference between the options is the URL you use to import the necessary files into your HTML page. |