This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker-it.git
The following commit(s) were added to refs/heads/master by this push:
new 41049d6 trivial: updated documentation links
41049d6 is described below
commit 41049d6a02f8a8183fd706c827f475e61b7242e2
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Jun 18 17:01:35 2020 +0200
trivial: updated documentation links
---
examples/README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/examples/README.md b/examples/README.md
index 6f23b7c..55d48ad 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -4,11 +4,12 @@ Examples
Because some code is worth a thousand words...
The examples provided by the project also serve as integration tests and
therefore they should always work and be relatively up-to-date.
-The bundles in this folder showcase how the
[`org.apache.sling.scripting.bundle.tracker`](https://github.com/apache/sling-org-apache-sling-scripting-bundle-tracker/tree/master/README.md).
+The bundles in this folder showcase how the
[`org.apache.sling.servlets.resolver`](https://github.com/apache/sling-org-apache-sling-servlets-resolver/tree/master/README.md)
2.7.0 and above works to allow rendering using bundled scripts.
All the test endpoints will be in the resource tree under the
`/content/bundled-scripts/` folder.
-All the servlets registered by the Apache Sling Scripting Bundle Tracker will
have their providers registered in the
`/apps/org.apache.sling.scripting.examplebundle.*` and
`/apps/sling/scripting/examplebundle*` folders.
+All the servlets registered by the Apache Sling Servltes Resolver will have
their providers registered in the `/apps/org.apache.sling
+.scripting.examplebundle.*` and `/apps/sling/scripting/examplebundle*` folders.
The integration tests using these bundles can be found
[here](https://github.com/apache/sling-org-apache-sling-scripting-bundle-tracker-it/tree/master/it/src/test/java/org/apache/sling/scripting/bundle/tracker/it)
and
you can find instructions to start a running sling instance with the provided
examples
[here](https://github.com/apache/sling-org-apache-sling-scripting-bundle-tracker-it#example).