This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch bdemers/extension-javadoc-link
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit b66753ca48358116c0e8b5bb3930944b183d9ca0
Author: Brian Demers <bdem...@apache.org>
AuthorDate: Thu Aug 8 09:29:30 2024 -0400

    Correct the Javadoc links in maven-3-lifecycle-extensions
    
    Looks like these were older style javadoc links, which now show the 
non-frame root page.
    Updating the links so they point directly to the correct extension classes
---
 content/apt/examples/maven-3-lifecycle-extensions.apt.vm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/apt/examples/maven-3-lifecycle-extensions.apt.vm 
b/content/apt/examples/maven-3-lifecycle-extensions.apt.vm
index 0aac0079..f46b1f2c 100644
--- a/content/apt/examples/maven-3-lifecycle-extensions.apt.vm
+++ b/content/apt/examples/maven-3-lifecycle-extensions.apt.vm
@@ -32,11 +32,11 @@ Example: Using Maven 3 lifecycle extension
 
   You can extend multiple classes depending on your needs:
 
-  * 
{{{/ref/current/maven-core/apidocs/index.html?org/apache/maven/execution/AbstractExecutionListener.html}<<<org.apache.maven.execution.AbstractExecutionListener>>>}},
+  * 
{{{/ref/current/maven-core/apidocs/org/apache/maven/execution/AbstractExecutionListener.html}<<<org.apache.maven.execution.AbstractExecutionListener>>>}},
 
-  * 
{{{/ref/current/maven-core/apidocs/index.html?org/apache/maven/AbstractMavenLifecycleParticipant.html}<<<org.apache.maven.AbstractMavenLifecycleParticipant>>>}},
+  * 
{{{/ref/current/maven-core/apidocs/org/apache/maven/AbstractMavenLifecycleParticipant.html}<<<org.apache.maven.AbstractMavenLifecycleParticipant>>>}},
 
-  * 
{{{/ref/current/maven-core/apidocs/index.html?org/apache/maven/eventspy/AbstractEventSpy.html}<<<org.apache.maven.eventspy.AbstractEventSpy>>>}}
+  * 
{{{/ref/current/maven-core/apidocs/org/apache/maven/eventspy/AbstractEventSpy.html}<<<org.apache.maven.eventspy.AbstractEventSpy>>>}}
 
   []
 

Reply via email to