fix javadoc error
diff --git a/core/src/main/java/org/apache/sling/testing/mock/osgi/context/OsgiContextImpl.java b/core/src/main/java/org/apache/sling/testing/mock/osgi/context/OsgiContextImpl.java
index c6e7849..d2b87a6 100644
--- a/core/src/main/java/org/apache/sling/testing/mock/osgi/context/OsgiContextImpl.java
+++ b/core/src/main/java/org/apache/sling/testing/mock/osgi/context/OsgiContextImpl.java
@@ -34,8 +34,8 @@
 import org.osgi.service.component.ComponentContext;
 
 /**
- * Defines OSGi context objects and helper methods. Should not be used directly
- * but via the {@link org.apache.sling.testing.mock.osgi.junit.OsgiContext} JUnit rule.
+ * Defines OSGi context objects and helper methods.
+ * Should not be used directly but via the OsgiContext JUnit rule or extension.
  */
 @ConsumerType
 public class OsgiContextImpl {