summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Lumme <erik@vaadin.com>2017-09-12 11:34:45 +0300
committerErik Lumme <erik@vaadin.com>2017-09-12 11:34:45 +0300
commitb6b8465ba7ff6ca036c000ee9c7d9f53064728b3 (patch)
tree051d22353419bb79f0933dceb4ce4b9d1968c2ab
parent0c429f7739771c0abab7326f906e4a3e05603c88 (diff)
downloadvaadin-framework-b6b8465ba7ff6ca036c000ee9c7d9f53064728b3.tar.gz
vaadin-framework-b6b8465ba7ff6ca036c000ee9c7d9f53064728b3.zip
Remove link to non-migrated article
-rw-r--r--documentation/articles/IntegratingAJavaScriptLibraryAsAnExtension.asciidoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/articles/IntegratingAJavaScriptLibraryAsAnExtension.asciidoc b/documentation/articles/IntegratingAJavaScriptLibraryAsAnExtension.asciidoc
index e9da228b1a..c9184be047 100644
--- a/documentation/articles/IntegratingAJavaScriptLibraryAsAnExtension.asciidoc
+++ b/documentation/articles/IntegratingAJavaScriptLibraryAsAnExtension.asciidoc
@@ -16,8 +16,7 @@ https://developers.google.com/analytics/devguides/collection/gajs/[Google
Analytics]. Because the Analytics API just uses the same `_gaq.push`
function with different arguments, the JavaScript connector logic can be
equally simple. Aside from asynchronously loading ga.js, the client-side
-code just adds a callback (see link:SimplifiedRPCusingJavaScript.asciidoc[Simplified RPC using JavaScript] for
-more information) that the server-side code can use to push new
+code just adds a callback that the server-side code can use to push new
commands.
[source,javascript]