aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc
diff options
context:
space:
mode:
authorjuhopiirainen <49151232+juhopiirainen@users.noreply.github.com>2019-05-15 09:27:58 +0300
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>2019-05-15 09:27:58 +0300
commit6bffdc53c207c177c2cedf1c1432c696bd6c4a7a (patch)
tree1adcc66ca08ab1b353868e256d6b3f915ce34bd3 /documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc
parent997acd146c39195c286acdf44ed088cad73356f4 (diff)
downloadvaadin-framework-6bffdc53c207c177c2cedf1c1432c696bd6c4a7a.tar.gz
vaadin-framework-6bffdc53c207c177c2cedf1c1432c696bd6c4a7a.zip
Fix the broken links in the documentation
Diffstat (limited to 'documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc')
-rw-r--r--documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc b/documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc
index 59f4af1402..4f040ae160 100644
--- a/documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc
+++ b/documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc
@@ -503,8 +503,7 @@ database using “lazy loading” implementations of the
https://vaadin.com/api/com/vaadin/data/Container.html[Container API].
You can pretty easily write a totally custom version for your specific
use case, but the strongly suggested method is to use helpers like
-https://vaadin.com/web/matti/blog/-/blogs/connecting-large-amounts-of-data-to-ui[LazyList]
-or https://vaadin.com/addon/lazy-query-container[LazyQueryContainer]
+LazyList or https://vaadin.com/addon/lazy-query-container[LazyQueryContainer]
instead.
[[structuring_your_ui_code]]