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

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


The following commit(s) were added to refs/heads/master by this push:
     new f94fe917 Correct the Javadoc links in maven-3-lifecycle-extensions 
(#552)
f94fe917 is described below

commit f94fe9175cfe1d2feabe6e8e619cd89bb791f37c
Author: Brian Demers <brian.dem...@gmail.com>
AuthorDate: Mon Aug 12 11:11:09 2024 -0400

    Correct the Javadoc links in maven-3-lifecycle-extensions (#552)
    
    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