diff options
author | Jouni Koivuviita <jouni@jouni.me> | 2016-01-21 17:02:45 +0200 |
---|---|---|
committer | Jouni Koivuviita <jouni@jouni.me> | 2016-01-21 17:02:45 +0200 |
commit | 47ae4563d94a90519407584f2950464b37ae0cc9 (patch) | |
tree | b3f11c537ca093969fd7c22fc7f1c8634d86a9cb /README.md | |
parent | c931e163a50b358bfec5d5e8370a84eb74c0b99c (diff) | |
download | vaadin-core-47ae4563d94a90519407584f2950464b37ae0cc9.tar.gz vaadin-core-47ae4563d94a90519407584f2950464b37ae0cc9.zip |
Update README.md
Have just one link per element that points to the marketing website, where users can find a live example and links to docs and the GitHub project of each element.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ View live examples and source code side-by-side for individual custom elements. | Element | Description | Version | --- | --- | --- | -| [<**vaadin-grid**>](https://github.com/vaadin/vaadin-grid) · [Docs](https://vaadin.com/docs/-/part/elements/vaadin-grid/overview.html) · [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) · [Examples](https://cdn.vaadin.com/vaadin-core-elements/master/vaadin-combo-box/demo/) · [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) | +| [<**vaadin-grid**>](https://vaadin.com/elements/-/element/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://vaadin.com/elements/-/element/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 |