diff options
author | Manuel Carrasco MoƱino <manolo@apache.org> | 2016-11-18 07:24:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-18 07:24:15 +0100 |
commit | c95af3f54d8d32eecc523bbd8984578af4c9515f (patch) | |
tree | 61dfc0fc8af002424a78785466abd2e57376ce81 | |
parent | 81f9a098512f722c2386d5011864bbcd5a98d71b (diff) | |
parent | 27935df121b978691373f87d9257fd1ef12ca50c (diff) | |
download | vaadin-core-c95af3f54d8d32eecc523bbd8984578af4c9515f.tar.gz vaadin-core-c95af3f54d8d32eecc523bbd8984578af4c9515f.zip |
Merge pull request #81 from vaadin/fix-links
Fix integration links
-rw-r--r-- | docs/elements-introduction.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/elements-introduction.adoc b/docs/elements-introduction.adoc index b770c1e..de1bce8 100644 --- a/docs/elements-introduction.adoc +++ b/docs/elements-introduction.adoc @@ -84,10 +84,10 @@ You can use Vaadin elements together with any JavaScript framework or library wh Example integrations for some popular frameworks and libraries: -- link:/docs/-/part/elements/integrations/polymer.html[Polymer] -- link:/docs/-/part/elements/integrations/angular2.html[Angular 2] -- link:/docs/-/part/elements/integrations/react.html[React] -- link:/docs/-/part/elements/integrations/vuejs.html[Vue.js] +- link:/docs/-/part/elements/elements-getting-started.html[Polymer] +- link:/docs/-/part/elements/angular2-polymer/overview.html[Angular 2] +- link:/docs/-/part/elements/integrations/integrations-react.html[React] +- link:/docs/-/part/elements/integrations/integrations-vuejs.html[Vue.js] +++ |