aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/articles/UsingRPCFromJavaScript.asciidoc
diff options
context:
space:
mode:
authorLeif Åstrand <legioth@gmail.com>2018-06-11 10:11:13 +0300
committerGitHub <noreply@github.com>2018-06-11 10:11:13 +0300
commit81fa5bdde307ec653a2021fd6e972f7bae1756e0 (patch)
treec1e75495f32b2cda4f72ebf417df31b6b4536073 /documentation/articles/UsingRPCFromJavaScript.asciidoc
parenta23f8e58fec89529c5e8d4490ae3836596ff911e (diff)
downloadvaadin-framework-81fa5bdde307ec653a2021fd6e972f7bae1756e0.tar.gz
vaadin-framework-81fa5bdde307ec653a2021fd6e972f7bae1756e0.zip
Update asciidoc link syntaxJS-RPC-docs-link-syntax
The old syntax links to `.asciidoc` instead of `.html` on vaadin.com/docs.
Diffstat (limited to 'documentation/articles/UsingRPCFromJavaScript.asciidoc')
-rw-r--r--documentation/articles/UsingRPCFromJavaScript.asciidoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/articles/UsingRPCFromJavaScript.asciidoc b/documentation/articles/UsingRPCFromJavaScript.asciidoc
index 21c5a6f809..ba9100c869 100644
--- a/documentation/articles/UsingRPCFromJavaScript.asciidoc
+++ b/documentation/articles/UsingRPCFromJavaScript.asciidoc
@@ -7,9 +7,8 @@ layout: page
[[using-rpc-from-javascript]]
= Using RPC from JavaScript
-This tutorial continues where
-link:IntegratingAJavaScriptComponent.asciidoc[Integrating a JavaScript
-component] ended. We will now add RPC functionality to the JavaScript
+This tutorial continues where <<IntegratingAJavaScriptComponent.asciidoc#,"Integrating a JavaScript
+component">> ended. We will now add RPC functionality to the JavaScript
Flot component. RPC can be used in the same way as with ordinary GWT
components.