aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Virkki <tomivirkki@users.noreply.github.com>2016-01-21 16:54:08 +0200
committerTomi Virkki <tomivirkki@users.noreply.github.com>2016-01-21 16:54:08 +0200
commit1ef81f6497ee885c503eb957344262749bec2592 (patch)
tree944b83be932067bd91db6dab6bc7a4a85e4e37be
parentb189a12e387658aca5e43ebc74390205307b9a60 (diff)
parentfa0579195a6f8598c33f2cc98f8ed4dfb3111c24 (diff)
downloadvaadin-core-1ef81f6497ee885c503eb957344262749bec2592.tar.gz
vaadin-core-1ef81f6497ee885c503eb957344262749bec2592.zip
Merge pull request #33 from vaadin/fix/grid-documentation-link
The vaadin-grid examples link now points to the http://vaadin.com/docs website
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f9c951e..4415cb9 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ View live examples and source code side-by-side for individual custom elements.
| Element | Description | Version
| --- | --- | --- |
-| [<**vaadin-grid**>](https://github.com/vaadin/vaadin-grid) &middot; [Examples](https://cdn.vaadin.com/vaadin-core-elements/latest/vaadin-grid/demo/) &middot; [API](https://cdn.vaadin.com/vaadin-core-elements/latest/vaadin-grid/) | Data grid for showing large amounts of tabular data. | ![Bower version](https://img.shields.io/bower/v/vaadin-grid.svg) |
+| [<**vaadin-grid**>](https://github.com/vaadin/vaadin-grid) &middot; [Examples](https://vaadin.com/docs/-/part/elements/vaadin-grid/overview.html) &middot; [API](https://cdn.vaadin.com/vaadin-core-elements/latest/vaadin-grid/) | Data grid for showing large amounts of tabular data. | ![Bower version](https://img.shields.io/bower/v/vaadin-grid.svg) |
| [<**vaadin-combo-box**>](https://github.com/vaadin/vaadin-combo-box) &middot; [Examples](https://cdn.vaadin.com/vaadin-core-elements/master/vaadin-combo-box/demo/) &middot; [API](https://cdn.vaadin.com/vaadin-core-elements/master/vaadin-combo-box/) | Filterable select element for a large set of items. | ![Bower version](https://img.shields.io/bower/v/vaadin-combo-box.svg) |
### Installation