diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2017-01-02 13:40:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-02 13:40:48 +0200 |
commit | 9c6831bab067ccdb47c3063f2e77d3c0e7fe3440 (patch) | |
tree | 190002e96b0d76fe4ac2ebaa9b21cc31fd7bd406 /documentation/installing/installing-eclipse.adoc | |
parent | 6adc887b7f94f5fb6e83c34822358e2240018147 (diff) | |
download | vaadin-framework-9c6831bab067ccdb47c3063f2e77d3c0e7fe3440.tar.gz vaadin-framework-9c6831bab067ccdb47c3063f2e77d3c0e7fe3440.zip |
Update documentation, BoV chapters 1 - 5.3 (#8085)
* Update documentation chapters 1 - 5.3
Images and diagrams have not been updated,
but unnecessary images have been removed.
* Sync application declarative and architecture sections source code.
Screenshot image is updated to match the source code.
* Old datamodel image is removed.
* Ivy install image is removed.
* Remove unnecessary linking / reference
Diffstat (limited to 'documentation/installing/installing-eclipse.adoc')
-rw-r--r-- | documentation/installing/installing-eclipse.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/installing/installing-eclipse.adoc b/documentation/installing/installing-eclipse.adoc index 7f175d7164..4acfb086fb 100644 --- a/documentation/installing/installing-eclipse.adoc +++ b/documentation/installing/installing-eclipse.adoc @@ -79,7 +79,7 @@ incompatibility issues with Eclipse plugins installed by the package management of the operating system. [[installing.eclipse.plugin]] -== Installing the Vaadin Plugin +== Installing the Vaadin Eclipse Plugin You can install the plugin as follows: @@ -90,9 +90,9 @@ You can install the plugin as follows: image::img/plugin-install-addsite.png[] + Enter a name such as "Vaadin Update Site" and the URL of the update site: -http://vaadin.com/eclipse. If you want or need to use the latest unstable +https://vaadin.com/eclipse. If you want or need to use the latest unstable plugin, which is usually more compatible with development and beta releases of -Vaadin, you can use http://vaadin.com/eclipse/experimental and give it a +Vaadin Framework, you can use https://vaadin.com/eclipse/experimental and give it a distinctive name such as "Vaadin Experimental Site". Then click [guibutton]#OK#. The Vaadin site should now appear in the [guilabel]#Available Software# window. @@ -112,7 +112,7 @@ Then, click [guibutton]#Next#. [guibutton]#Restart#. More installation instructions for the Eclipse plugin can be found at -http://vaadin.com/eclipse. +https://vaadin.com/eclipse. |