]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove link to non-migrated article pr9959/r21
authorErik Lumme <erik@vaadin.com>
Tue, 12 Sep 2017 08:34:45 +0000 (11:34 +0300)
committerErik Lumme <erik@vaadin.com>
Tue, 12 Sep 2017 08:34:45 +0000 (11:34 +0300)
documentation/articles/IntegratingAJavaScriptLibraryAsAnExtension.asciidoc

index e9da228b1a52a757b22342a28aff6a26cf5624c5..c9184be047dad2add9b3acd85ffe49443e6c120a 100644 (file)
@@ -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]