summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAlejandro Duarte <alejandro@vaadin.com>2016-09-21 14:42:24 +0300
committerAlejandro Duarte <alejandro@vaadin.com>2016-09-21 14:42:24 +0300
commite92a737fe8b0655bbf0c3ce1881777d418147b41 (patch)
tree9224341293e40bee164d2ad4394756819f501729 /documentation
parent3db7de6eac975f75e76fafc1352f09cf2ac6fa53 (diff)
downloadvaadin-framework-e92a737fe8b0655bbf0c3ce1881777d418147b41.tar.gz
vaadin-framework-e92a737fe8b0655bbf0c3ce1881777d418147b41.zip
Updated link to new step 1 video in tutorial (the new video uses Vaadin 7.7 series)
Change-Id: Ic40b70e692e686d638e163a224816aabeb6de100
Diffstat (limited to 'documentation')
-rw-r--r--documentation/tutorial.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/tutorial.adoc b/documentation/tutorial.adoc
index e3a061d72f..6330adf317 100644
--- a/documentation/tutorial.adoc
+++ b/documentation/tutorial.adoc
@@ -81,7 +81,7 @@ Please refer to <<getting-started/getting-started-environment#getting-started.en
You can get an overview of this step with the following video, which first shows how to install Eclipse, then how to create a Vaadin application using Maven, and finally how to run it:
-video::jhgasF5euxg[youtube, width="640", height="400"]
+video::o93ofXBIkf8[youtube, width="640", height="400"]
As the starting point for the application, we use a Maven archetype called `vaadin-archetype-application`.
Archetypes are project stubs that have some example code and a basic Maven build script.