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 b8537b4e Update index.adoc Link URL
new 7b739bb8 Merge pull request #6 from fredgan/patch-1
b8537b4e is described below
commit b8537b4e66d0bfbfa704b899753d4ea246877647
Author: Fred Gan <[email protected]>
AuthorDate: Thu Jul 20 11:39:22 2023 +0800
Update index.adoc Link URL
The original link url http://www.osgi.org/Specifications/HomePage is 404,
the new url should be https://docs.osgi.org/specification/
---
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.