You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2022/06/24 08:17:36 UTC

[juneau-website] branch asf-site updated: Fix broken links.

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new b73dc5220 Fix broken links.
b73dc5220 is described below

commit b73dc52209d13bbe45a26aedc3a40f9406072e4d
Author: JamesBognar <ja...@salesforce.com>
AuthorDate: Fri Jun 24 04:17:17 2022 -0400

    Fix broken links.
---
 content/index.html   | 6 +++---
 templates/index.html | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/index.html b/content/index.html
index 6eec98f90..a46dfcbc2 100644
--- a/content/index.html
+++ b/content/index.html
@@ -208,9 +208,9 @@
 			</li>
 			<li><a href='https://github.com/apache/juneau' target='_blank'>GitHub</a></li>
 			<li><a href='https://github.com/apache/juneau/wiki' target='_blank'>Wiki</a></li>
-			<li><a href='https://juneau.apache.org/site/9.0-B1/overview-summary.html#overview.description' target='_blank'>Documentation</a></li>
-			<li><a href='https://juneau.apache.org/site/9.0-B1/overview-summary.html#Release Notes' target='_blank'>Release Notes</a></li>
-			<li><a href='https://juneau.apache.org/site/9.0-B1/index.html' target='_blank'>Javadocs</a></li>
+			<li><a href='https://juneau.apache.org/site/apidocs-9.0-B1/overview-summary.html#overview.description' target='_blank'>Documentation</a></li>
+			<li><a href='https://juneau.apache.org/site/apidocs-9.0-B1/overview-summary.html#Release Notes' target='_blank'>Release Notes</a></li>
+			<li><a href='https://juneau.apache.org/site/apidocs-9.0-B1/index.html' target='_blank'>Javadocs</a></li>
 			<li><a href='downloads.html' id='downloads' onclick="return select(this)">Downloads</a></li>
 			<li><a href="http://www.apache.org/security" target="_blank">Security</a></li>
 			<li><a href="http://www.apache.org/foundation" target="_blank">Apache</a>
diff --git a/templates/index.html b/templates/index.html
index 7af8d174f..f2a65e90b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -208,9 +208,9 @@
 			</li>
 			<li><a href='https://github.com/apache/juneau' target='_blank'>GitHub</a></li>
 			<li><a href='https://github.com/apache/juneau/wiki' target='_blank'>Wiki</a></li>
-			<li><a href='https://juneau.apache.org/site/{@property juneauVersion}/overview-summary.html#overview.description' target='_blank'>Documentation</a></li>
-			<li><a href='https://juneau.apache.org/site/{@property juneauVersion}/overview-summary.html#Release Notes' target='_blank'>Release Notes</a></li>
-			<li><a href='https://juneau.apache.org/site/{@property juneauVersion}/index.html' target='_blank'>Javadocs</a></li>
+			<li><a href='https://juneau.apache.org/site/apidocs-{@property juneauVersion}/overview-summary.html#overview.description' target='_blank'>Documentation</a></li>
+			<li><a href='https://juneau.apache.org/site/apidocs-{@property juneauVersion}/overview-summary.html#Release Notes' target='_blank'>Release Notes</a></li>
+			<li><a href='https://juneau.apache.org/site/apidocs-{@property juneauVersion}/index.html' target='_blank'>Javadocs</a></li>
 			<li><a href='downloads.html' id='downloads' onclick="return select(this)">Downloads</a></li>
 			<li><a href="http://www.apache.org/security" target="_blank">Security</a></li>
 			<li><a href="http://www.apache.org/foundation" target="_blank">Apache</a>