diff options
author | Kari Söderholm <haprog@haprogszone.net> | 2018-10-01 15:14:19 +0300 |
---|---|---|
committer | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-10-01 15:14:19 +0300 |
commit | df3e4c7d8e0fac8df233f9a4771b32b4174531a3 (patch) | |
tree | 34dd8aee59c2dddee12426d8c1f8a31336d3b268 /documentation | |
parent | 65b1312b1b48f87724a0cb3553b5e1461e979c3c (diff) | |
download | vaadin-framework-df3e4c7d8e0fac8df233f9a4771b32b4174531a3.tar.gz vaadin-framework-df3e4c7d8e0fac8df233f9a4771b32b4174531a3.zip |
Fix link in "Vaadin Spring Tips" article (#11214)
Link to `3.0` branch of `vaadin/spring` which is the latest version for Vaadin 8 and latest version branch to contain this mentioned file with this path/name.
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/articles/VaadinSpringTips.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/VaadinSpringTips.asciidoc b/documentation/articles/VaadinSpringTips.asciidoc index 58560bf034..68751d42b6 100644 --- a/documentation/articles/VaadinSpringTips.asciidoc +++ b/documentation/articles/VaadinSpringTips.asciidoc @@ -22,4 +22,4 @@ example which can be configured: * `vaadin.servlet.closeIdleSessions=true` For full list of available properties, see -https://github.com/vaadin/spring/blob/master/vaadin-spring-boot/src/main/java/com/vaadin/spring/boot/internal/VaadinServletConfigurationProperties.java[VaadinServletConfigurationProperties]. +https://github.com/vaadin/spring/blob/3.0/vaadin-spring-boot/src/main/java/com/vaadin/spring/boot/internal/VaadinServletConfigurationProperties.java[VaadinServletConfigurationProperties]. |