aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSauli Tähkäpää <sauli.tahkapaa@outlook.com>2016-12-01 12:56:51 +0200
committerGitHub <noreply@github.com>2016-12-01 12:56:51 +0200
commitffb3f20a8bbea77123943ac126998e37a863e2f8 (patch)
tree1fc0b51cfe7bacf774c2a3b5b3d742aa7e247b33
parentc95af3f54d8d32eecc523bbd8984578af4c9515f (diff)
parentd67605985fba1d9cc090ad60f312a91e5200862c (diff)
downloadvaadin-core-ffb3f20a8bbea77123943ac126998e37a863e2f8.tar.gz
vaadin-core-ffb3f20a8bbea77123943ac126998e37a863e2f8.zip
Merge pull request #84 from alvarezguille/patch-1
Fix link ref
-rw-r--r--docs/elements-getting-started.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/elements-getting-started.adoc b/docs/elements-getting-started.adoc
index 7fbac91..40478a9 100644
--- a/docs/elements-getting-started.adoc
+++ b/docs/elements-getting-started.adoc
@@ -150,7 +150,7 @@ After you have created the file and you have a local server serving the files, y
+++
<!-- Assumes .w-arrow-button and .blue class names from vaadin.com theme. Will fallback to a plain link. -->
-<a href="vaadin-grid/overview.html" class="w-arrow-button blue" style="display: inline-block">
+<a href="vaadin-grid/vaadin-grid-overview.html" class="w-arrow-button blue" style="display: inline-block">
Vaadin Grid<br />
<small>Continue to Vaadin Grid documentation</small>
</a>