summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuille <alvarezguille@users.noreply.github.com>2016-11-30 18:32:52 +0200
committerGitHub <noreply@github.com>2016-11-30 18:32:52 +0200
commitd67605985fba1d9cc090ad60f312a91e5200862c (patch)
tree1fc0b51cfe7bacf774c2a3b5b3d742aa7e247b33
parentc95af3f54d8d32eecc523bbd8984578af4c9515f (diff)
downloadvaadin-core-d67605985fba1d9cc090ad60f312a91e5200862c.tar.gz
vaadin-core-d67605985fba1d9cc090ad60f312a91e5200862c.zip
Fix link ref
Current link is resolved as https://vaadin.com/docs/-/part/elements/vaadin-grid/overview.html which doesn't exist
-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>