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

rombert pushed a commit to branch issue/SLING-10980
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git

commit f2631202146568a5302cefba83c34761385c4c89
Author: Robert Munteanu <[email protected]>
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>

Reply via email to