This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git
The following commit(s) were added to refs/heads/master by this push:
new d388dc7 SLING-12502 Use apidocs links that always points to latest
version (#9)
d388dc7 is described below
commit d388dc79a4b2d7054fbd3b7044b93a4ad4768432
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Nov 21 14:36:27 2024 +0100
SLING-12502 Use apidocs links that always points to latest version (#9)
---
.../resources/initial-content/apps/sling/starter/home/home.html.esp | 2 +-
src/main/resources/startup/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/resources/initial-content/apps/sling/starter/home/home.html.esp
b/src/main/resources/initial-content/apps/sling/starter/home/home.html.esp
index b74077d..0d21c1c 100644
--- a/src/main/resources/initial-content/apps/sling/starter/home/home.html.esp
+++ b/src/main/resources/initial-content/apps/sling/starter/home/home.html.esp
@@ -72,7 +72,7 @@
</ul>
<h2>Reference</h2>
<ul>
- <li><a
href="http://sling.apache.org/apidocs/sling12/index.html" target="_blank"
rel="noopener" title="Visit the Apache Sling Javadocs">API
Documentation</a></li>
+ <li><a
href="http://sling.apache.org/apidocs/latest/" target="_blank" rel="noopener"
title="Visit the Apache Sling Javadocs">API Documentation</a></li>
<li><a
href="http://sling.apache.org/project-information.html#mailing-lists"
rel="noopener" target="_blank" title="View available Apache Sling mailing
lists">Mailing Lists</a></li>
<li><a
href="http://sling.apache.org/documentation/tutorials-how-tos.html"
rel="noopener" target="_blank" title="View Apache Sling Developer
Tutorials">Tutorials</a></li>
<li><a
href="https://github.com/apache/sling-aggregator" target="_blank"
rel="noopener" title="View the Sling Aggregator on Github">All Sling
repos</a></li>
diff --git a/src/main/resources/startup/index.html
b/src/main/resources/startup/index.html
index 8d3ebfb..dca2e49 100644
--- a/src/main/resources/startup/index.html
+++ b/src/main/resources/startup/index.html
@@ -246,7 +246,7 @@
<h1>Resources</h1>
<h2>Reference</h2>
<ul>
- <li><a
href="https://sling.apache.org/apidocs/sling12/index.html" target="_blank"
rel="noopener" title="Visit the Apache Sling Javadocs">API
+ <li><a href="https://sling.apache.org/apidocs/latest/"
target="_blank" rel="noopener" title="Visit the Apache Sling Javadocs">API
Documentation</a></li>
<li><a
href="https://sling.apache.org/project-information.html#mailing-lists"
target="_blank" rel="noopener"
title="View available Apache Sling mailing
lists">Mailing Lists</a></li>