From 6bffdc53c207c177c2cedf1c1432c696bd6c4a7a Mon Sep 17 00:00:00 2001 From: juhopiirainen <49151232+juhopiirainen@users.noreply.github.com> Date: Wed, 15 May 2019 09:27:58 +0300 Subject: Fix the broken links in the documentation --- .../articles/UsingAJavaScriptLibraryOrAStyleSheetInAnAddOn.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/articles/UsingAJavaScriptLibraryOrAStyleSheetInAnAddOn.asciidoc') diff --git a/documentation/articles/UsingAJavaScriptLibraryOrAStyleSheetInAnAddOn.asciidoc b/documentation/articles/UsingAJavaScriptLibraryOrAStyleSheetInAnAddOn.asciidoc index 1e481941f7..eb9fe76351 100644 --- a/documentation/articles/UsingAJavaScriptLibraryOrAStyleSheetInAnAddOn.asciidoc +++ b/documentation/articles/UsingAJavaScriptLibraryOrAStyleSheetInAnAddOn.asciidoc @@ -21,7 +21,7 @@ defining class is located. This means that e.g. `@StyleSheet({"redbutton.css"})` on the class `com.example.RedButton` will cause the file `com/example/redbutton.css` on the classpath to be loaded in the browser. `@JavaScript` works in exactly the same way - see -link:IntegratingAJavaScriptComponent.asciidoc[Integrating a JavaScript component] +<> for a practical example. [source,java] -- cgit v1.2.3