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

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new f26aea05b Update documentation links.
f26aea05b is described below

commit f26aea05bf885285721020ae17bb609f973507aa
Author: James Bognar <[email protected]>
AuthorDate: Wed Sep 24 10:34:37 2025 -0400

    Update documentation links.
---
 juneau-docs/docusaurus.config.ts       | 6 +++---
 juneau-docs/scripts/preprocess-docs.js | 2 +-
 juneau-docs/src/pages/about.md         | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/juneau-docs/docusaurus.config.ts b/juneau-docs/docusaurus.config.ts
index 764605bf1..912b655ee 100644
--- a/juneau-docs/docusaurus.config.ts
+++ b/juneau-docs/docusaurus.config.ts
@@ -26,7 +26,7 @@ const config: Config = {
   // Custom configuration variables
   customFields: {
     juneauVersion: '9.0.1',
-    apiDocsUrl: '../apidocs',
+    apiDocsUrl: '../site/apidocs',
   },
 
   // Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
@@ -66,7 +66,7 @@ const config: Config = {
           // Please change this to your repo.
           // Remove this to remove the "edit this page" links.
           editUrl:
-            'https://github.com/apache/juneau/tree/main/juneau-docs/',
+            'https://github.com/apache/juneau/tree/master/juneau-docs/',
           remarkPlugins: [
             [remarkJuneauLinks, {
               packageAbbreviations: {
@@ -79,7 +79,7 @@ const config: Config = {
                 'oajmc': 'org.apache.juneau.microservice.core',
                 'oajmj': 'org.apache.juneau.microservice.jetty',
               },
-              javadocBaseUrl: '../apidocs'
+              javadocBaseUrl: '../site/apidocs'
             }]
           ]
         },
diff --git a/juneau-docs/scripts/preprocess-docs.js 
b/juneau-docs/scripts/preprocess-docs.js
index 16610bdb2..413d2a3cf 100644
--- a/juneau-docs/scripts/preprocess-docs.js
+++ b/juneau-docs/scripts/preprocess-docs.js
@@ -26,7 +26,7 @@ const path = require('path');
 
 // Configuration
 const VERSION_VALUE = '9.0.1';
-const API_DOCS_VALUE = '../apidocs';
+const API_DOCS_VALUE = '../site/apidocs';
 
 console.log('🔧 Starting Juneau docs preprocessing...');
 console.log(`📋 JUNEAU_VERSION: ${VERSION_VALUE}`);
diff --git a/juneau-docs/src/pages/about.md b/juneau-docs/src/pages/about.md
index e5c54389a..0abf4e7dd 100644
--- a/juneau-docs/src/pages/about.md
+++ b/juneau-docs/src/pages/about.md
@@ -7,7 +7,7 @@
 - [Wiki](https://github.com/apache/juneau/wiki) - Community documentation
 
 ### Documentation & Reports
-- [Javadocs](/javadocs/) - API documentation
+- [Javadocs](/site/apidocs/) - API documentation
 - [Maven Site](/site/) - Complete project reports
 - [Source Cross-Reference](/site/xref/) - Browsable source code
 - [Test Reports](/site/surefire-report/) - Unit test results

Reply via email to