This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git
commit 83b4b151ee6f6d59d6d2f245a0e0fe583a6a02c1 Author: David Jencks <[email protected]> AuthorDate: Wed Jul 21 08:52:27 2021 -0700 fix list of tutorials, OSGI spec link --- modules/ROOT/pages/tutorials-examples-and-presentations.adoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/tutorials-examples-and-presentations.adoc b/modules/ROOT/pages/tutorials-examples-and-presentations.adoc index f797a62..4b95085 100644 --- a/modules/ROOT/pages/tutorials-examples-and-presentations.adoc +++ b/modules/ROOT/pages/tutorials-examples-and-presentations.adoc @@ -1,6 +1,10 @@ = Tutorials, Examples, and Presentations -{% for label, page in children %}* link:{{ page.path }}[{{ page.headers.title }}] {% endfor %} +== Tutorials and Examples + +indexList::[relative=tutorials-examples-and-presentations/*.adoc] + +indexList::[relative=subprojects/apache-felix-dependency-manager/tutorials/*.adoc] == Books @@ -12,7 +16,7 @@ So for a starter you might interested to read the following: * Compendium Specification * Enterprise Specification -Visit the http://www.osgi.org/Specifications/HomePage[OSGi Alliance Specifications] page to download the specifications for free. +Visit the https://docs.osgi.org/specification/[OSGi Alliance Specifications] page to download the specifications for free. Apart from the specifications a number of books have recently been published. They are listed here in no particular order:
