]> source.dussan.org Git - vaadin-framework.git/commitdiff
Replace wiki links with vaadin.github.io/spring-tutorial
authorErik Lumme <erik@vaadin.com>
Tue, 12 Sep 2017 12:42:40 +0000 (15:42 +0300)
committerErik Lumme <erik@vaadin.com>
Tue, 12 Sep 2017 12:42:40 +0000 (15:42 +0300)
documentation/articles/IBGettingStartedWithVaadinSpringWithoutSpringBoot.asciidoc

index 42ba0a665ab98b9267c8defaa7be60fff933ef76..3196f2c12cd751762ac16b0a1a60355e344a7530 100644 (file)
@@ -10,13 +10,10 @@ application to a server. 
 
 *Note that this tutorial is for using Vaadin Spring without Spring Boot.
 Using Spring Boot is the recommended approach for getting started
-quickly when creating a new project -
+quickly when creating a new project. For more information about setting
+up a project both with and without Spring Boot -
 see https://vaadin.github.io/spring-tutorial/[the Vaadin Spring Boot tutorial].*
 
-*For more information on using Vaadin Spring without Spring Boot, see
-https://vaadin.com/wiki/-/wiki/Spring+Vaadin/IV+-+Configuring+and+Using+Vaadin+Spring+without+Spring+Boot[this
-tutorial].*
-
 [[creating-a-vaadin-project]]
 Creating a Vaadin project
 ~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -209,7 +206,7 @@ src/main/webapp/WEB-INF/applicationContext.xml :
 A full description of alternative approaches to configuring Spring is
 outside the context of this tutorial and you should consult Spring
 documentation for them, but a brief introduction to them is given in
-https://vaadin.com/wiki/-/wiki/Spring+Vaadin/IV+-+Configuring+and+Using+Vaadin+Spring+without+Spring+Boot[this
+https://vaadin.github.io/spring-tutorial/[this
 tutorial].
 
 [[deployment]]