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:19:11 UTC

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

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 9162718d9 Fix broken link.
9162718d9 is described below

commit 9162718d9894ff5a51bbe797fa03292d439ad53c
Author: JamesBognar <ja...@salesforce.com>
AuthorDate: Fri Jun 24 04:18:51 2022 -0400

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

diff --git a/content/index.html b/content/index.html
index a46dfcbc2..8467adff6 100644
--- a/content/index.html
+++ b/content/index.html
@@ -209,7 +209,7 @@
 			<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/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/overview-summary.html#ReleaseNotes' 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>
diff --git a/templates/index.html b/templates/index.html
index f2a65e90b..cb8e4a450 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -209,7 +209,7 @@
 			<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/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}/overview-summary.html#ReleaseNotes' 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>