summaryrefslogtreecommitdiffstats
path: root/documentation/articles/UsingServerInitiatedEvents.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/UsingServerInitiatedEvents.asciidoc
parent997acd146c39195c286acdf44ed088cad73356f4 (diff)
downloadvaadin-framework-6bffdc53c207c177c2cedf1c1432c696bd6c4a7a.tar.gz
vaadin-framework-6bffdc53c207c177c2cedf1c1432c696bd6c4a7a.zip
Fix the broken links in the documentation
Diffstat (limited to 'documentation/articles/UsingServerInitiatedEvents.asciidoc')
-rw-r--r--documentation/articles/UsingServerInitiatedEvents.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/UsingServerInitiatedEvents.asciidoc b/documentation/articles/UsingServerInitiatedEvents.asciidoc
index cad64f794c..39abc6016a 100644
--- a/documentation/articles/UsingServerInitiatedEvents.asciidoc
+++ b/documentation/articles/UsingServerInitiatedEvents.asciidoc
@@ -132,4 +132,4 @@ by using for instance a `ScheduledExecutorService` instead to make the
executor service handle the iteration and interval (e.g. `Executors.newScheduledThreadPool(1).scheduleAtFixedRate(...)`).
For more information on how to enable push or polling in your
-application, see link:EnablingServerPush.asciidoc[Enabling server push] or link:UsingPolling.asciidoc[Using polling].
+application, see <<EnablingServerPush#, Enabling server push>> or <<UsingPolling#, Using polling>>.