diff options
author | Marko Gronroos <magi@vaadin.com> | 2016-03-17 17:46:59 +0200 |
---|---|---|
committer | Marko Gronroos <magi@vaadin.com> | 2016-03-17 17:46:59 +0200 |
commit | 3db9dc11b20c8c3ea256cd20478c70b07642cea7 (patch) | |
tree | 5863f987cda37560418cdf0cdf5ccf3c36105ab8 /documentation/getting-started | |
parent | fa2497f0c63855545b68b29b53d35b17406bf6f2 (diff) | |
download | vaadin-framework-3db9dc11b20c8c3ea256cd20478c70b07642cea7.tar.gz vaadin-framework-3db9dc11b20c8c3ea256cd20478c70b07642cea7.zip |
Fixed some broken xrefs. #19639
Change-Id: Ia509c4426a7632c0a9471ec62bd32ea51273b4cb
Diffstat (limited to 'documentation/getting-started')
-rw-r--r-- | documentation/getting-started/getting-started-first-project.asciidoc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/getting-started/getting-started-first-project.asciidoc b/documentation/getting-started/getting-started-first-project.asciidoc index f1adf842c3..0ec7ed9c58 100644 --- a/documentation/getting-started/getting-started-first-project.asciidoc +++ b/documentation/getting-started/getting-started-first-project.asciidoc @@ -21,10 +21,8 @@ Vaadin Plugin. The task will include the following steps: We also show how you can debug the application in the debug mode in Eclipse. -This walkthrough assumes that you have already installed the Vaadin Plugin for -Eclipse and set up your development environment, as instructed in -<<dummy/../../../framework/getting-started/getting-started-environment#getting-started.environment,"Setting -up the Development Environment">>. +This walkthrough assumes that you have already installed the Eclipse IDE, the Vaadin Plugin, and a development server, as instructed in +<<dummy/../../../framework/installing/installing-eclipse#installing.eclipse, "Installing the Eclipse IDE and Plugin">>. ifdef::web[] [[getting-started.first-project.ivy]] @@ -32,7 +30,7 @@ ifdef::web[] endif::web[] ifdef::web[] -_The following describes the creation of an Ivy project. The upcoming version of the Eclipse plug-in creates Maven projects. For that, see <<getting-started.first-project.maven>>._ +_The following describes the creation of an Ivy project. The upcoming version of the Eclipse plug-in creates Maven projects. For that, see <<getting-started.first-project.creation>>._ endif::web[] ifdef::web[] |