From f0bdc77c2d021e2ac6b8a1aa0b6a936112ef57cd Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 9 May 2017 03:51:19 -0600 Subject: [PATCH] fix broken link (#388) remove the invalid link:: macro prefix --- spec/src/main/asciidoc/core/implementation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/src/main/asciidoc/core/implementation.asciidoc b/spec/src/main/asciidoc/core/implementation.asciidoc index 16f8dd5fc..2e78a69f9 100644 --- a/spec/src/main/asciidoc/core/implementation.asciidoc +++ b/spec/src/main/asciidoc/core/implementation.asciidoc @@ -43,7 +43,7 @@ A Java class is a managed bean if it meets all of the following conditions: All Java classes that meet these conditions are managed beans and thus no special declaration is required to define a managed bean. If packages annotated `@Vetoed` are split across classpath entries, non-portable behavior results. -An application can prevent packages being split across jars by sealing the package as defined by the link::https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html#sealing[JAR File Specification]. +An application can prevent packages being split across jars by sealing the package as defined by the https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html#sealing[JAR File Specification]. [[managed_bean_types]]