From: Erik Lumme Date: Tue, 12 Sep 2017 08:34:45 +0000 (+0300) Subject: Remove link to non-migrated article X-Git-Tag: 8.2.0.alpha2~64^2~53 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Freviewable%2Fpr9959%2Fr21;p=vaadin-framework.git Remove link to non-migrated article --- 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]