This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git
The following commit(s) were added to refs/heads/main by this push:
new 76265fc3 Update index.adoc for a broken link
new 6023b5a6 Merge pull request #5 from pekdemira/patch-1
76265fc3 is described below
commit 76265fc38aa84d024506ecb6d609682200610726
Author: Alper Pekdemir <[email protected]>
AuthorDate: Thu Mar 9 14:24:28 2023 +0000
Update index.adoc for a broken link
Update broken link to the page for OSGi Specifications
---
modules/ROOT/pages/index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc
index 654819b2..208c8533 100644
--- a/modules/ROOT/pages/index.adoc
+++ b/modules/ROOT/pages/index.adoc
@@ -1,6 +1,6 @@
= Welcome to Apache Felix
-Apache Felix is a community effort to implement the
http://www.osgi.org/Specifications/HomePage[OSGi Framework and Service
platform] and other interesting OSGi-related technologies under the Apache
license.
+Apache Felix is a community effort to implement the
https://docs.osgi.org/specification/[OSGi Framework and Service platform] and
other interesting OSGi-related technologies under the Apache license.
The OSGi specifications originally targeted embedded devices and home services
gateways, but they are ideally suited for any project interested in the
principles of modularity, component-orientation, and/or service-orientation.
OSGi technology combines aspects of these aforementioned principles to define
a dynamic service deployment framework that is amenable to remote management.