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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5fd88449 Remove links for fix-javadoc and change-output examples 
(#1284)
5fd88449 is described below

commit 5fd88449d7c6eaa31661ffd5ba79ddd1a6ea421c
Author: Matthias Bünger <[email protected]>
AuthorDate: Mon Nov 10 07:32:14 2025 +0100

    Remove links for fix-javadoc and change-output examples (#1284)
    
    Output example was removed by #349 (Dec 2024)
    Fix-Javadoc was removed by #1263 (Sep 2025)
    
    fixes apache/maven-site#1450
    fixes apache/maven-site#1449
---
 src/site/site.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index a8f69849..7632ff70 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -43,15 +43,13 @@ under the License.
       <item name="Using Alternate Doclets" 
href="/examples/alternate-doclet.html"/>
       <item name="Using Alternate Javadoc Tool" 
href="/examples/alternate-javadoc-tool.html"/>
       <item name="Using Javadoc Resources" 
href="/examples/javadoc-resources.html"/>
-      <item name="Using Alternative Output Directory" 
href="/examples/output-configuration.html"/>
       <item name="Configuring Stylesheets" 
href="/examples/stylesheet-configuration.html"/>
       <item name="Configuring Helpfile" 
href="/examples/help-configuration.html"/>
       <item name="Configuring Custom Tags" 
href="/examples/tag-configuration.html"/>
       <item name="Configuring Custom Taglets" 
href="/examples/taglet-configuration.html"/>
       <item name="Configuring links" 
href="/examples/links-configuration.html"/>
       <item name="Generating Test Javadocs" 
href="/examples/test-javadocs.html"/>
-      <item name="Selective Javadocs Reports" 
href="/examples/selective-javadocs-report.html"/>
-      <item name="Fixing Javadoc Comments" href="/examples/fix-javadocs.html"/>
+      <item name="Selective Javadocs Reports" 
href="/examples/selective-javadocs-report.html"/>      
       <item name="Adding additional dependencies" 
href="/examples/additional-dependencies.html"/>
       <item name="Generate Javadoc without duplicate execution of phase 
generate-sources" href="/examples/javadoc-nofork.html"/>
       <item name="Generate aggregate Javadoc without duplicate execution of 
phase compile" href="/examples/aggregate-nofork.html"/>

Reply via email to