This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/apidocs-latest in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git
commit 41d23e5248ffcfb70f184783582ef18838e7d08d Author: Stefan Seifert <[email protected]> AuthorDate: Thu Nov 21 11:39:17 2024 +0100 Use apidocs links that always points to latest version --- .../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 100755 --- 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>
