You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/12/08 14:11:20 UTC

[sling-org-apache-sling-starter-content] branch master updated: SLING-10980 - Link to the HTL REPL from the Starter front page

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

rombert 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 ac5b7a0  SLING-10980 - Link to the HTL REPL from the Starter front page
ac5b7a0 is described below

commit ac5b7a0ce79d682ae33bd81cb0d9faa10c544e21
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Dec 8 15:04:41 2021 +0100

    SLING-10980 - Link to the HTL REPL from the Starter front page
---
 src/main/resources/initial-content/apps/sling/starter/home/home.html.esp | 1 +
 1 file changed, 1 insertion(+)

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 bbda744..7fdd393 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
@@ -66,6 +66,7 @@
                         <h2>This Site</h2>
                         <ul>
                             <li><a href="../bin/browser.html" title="Browse the JCR content of this site">Browse Content</a></li>
+                            <li><a href="../htl/repl.html" title="Edit HTL scripts using a Read-Eval-Print Loop">HTL scripts REPL</a></li>
                             <li><a href="../system/console/bundles" title="Edit the OSGi bundles of this site">System Console</a></li>
                             <li><a href="../system/console/configMgr" title="Edit the OSGi configurations of this site">System Configuration</a></li>
                         </ul>