diff options
author | Leif Åstrand <legioth@gmail.com> | 2018-06-11 10:11:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-11 10:11:13 +0300 |
commit | 81fa5bdde307ec653a2021fd6e972f7bae1756e0 (patch) | |
tree | c1e75495f32b2cda4f72ebf417df31b6b4536073 /documentation | |
parent | a23f8e58fec89529c5e8d4490ae3836596ff911e (diff) | |
download | vaadin-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')
-rw-r--r-- | documentation/articles/UsingRPCFromJavaScript.asciidoc | 5 |
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. |