You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2016/01/25 13:48:42 UTC

celix git commit: CELIX-335: Fix docucmentation links

Repository: celix
Updated Branches:
  refs/heads/feature/CELIX-335_deploy_refactoring 66ff62636 -> cd1f7491f


CELIX-335: Fix docucmentation links


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/cd1f7491
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/cd1f7491
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/cd1f7491

Branch: refs/heads/feature/CELIX-335_deploy_refactoring
Commit: cd1f7491faf011a1d9b8accf5d75644fa479fd0a
Parents: 66ff626
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Mon Jan 25 13:48:20 2016 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Mon Jan 25 13:48:20 2016 +0100

----------------------------------------------------------------------
 documents/subprojects/readme.md | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/cd1f7491/documents/subprojects/readme.md
----------------------------------------------------------------------
diff --git a/documents/subprojects/readme.md b/documents/subprojects/readme.md
index e5aad85..7e4fd50 100644
--- a/documents/subprojects/readme.md
+++ b/documents/subprojects/readme.md
@@ -2,22 +2,22 @@
 
 Apache Celix is organized into several subprojects. The following subproject are currently available:
 
-* [Framework](../framework) - The Apache Celix framework, an implementation of OSGi adapted to C.
-* [Dependency Manager](../dependency_manager) - A component/dependency model for use through an API provided as library.
-* [Device Access](../device_access) - An implementation of the OSGi Device Access specification adapted to C.
-* [Examples](../examples) - A Selection of examples showing how the framework can be used.
-* [Log Service](../log_service) - An implementation of the OSGi Log Service adapated to C.
-* [Log Writer](../log_writer) - A simple log writer for use in combination with the Log Service.
-* [Remote Service Admin](../remote_services) - An implementation of the OSGi Remote Service Admin Service - for several protocols - adapted to C.
-    * [Remote Service Admin HTTP](../remote_services/remote_service_admin_http) - A HTTP implementation of the RSA.
-    * [Remote Service Admin DFI](../remote_services/remote_service_admin_dfi) - A Dynamic Function Interface (DFI) implementation of the RSA.
-    * [Remote Service Admin SHM](../remote_services/remote_service_admin_shm) - A shared memory implementation of the RSA.
-    * [Topology Manager](../remote_services/topology_manager) - A (scoped) RSA Topology Manager implementation. 
-    * [Discovery Configured](../remote_services/discovery_configured) - A RSA Discovery implementation using static configuration (xml).
-    * [Discovery Etcd](../remote_services/dicovery_etcd) - A RSA Discovery implementation using etcd.
-    * [Discovery SHM](../remote_services/dicovery_shm) - A RSA Discovery implementation using shared memory.
-* [Shell](../shell) - A OSGi shell implementation.
-* [Shell TUI](../shell_tui) - A textual UI for the Celix Shell.
-* [Remote Shell](../remote_shell) - A remote (telnet) frontend for the Celix Shell.
-* [Deployment Admin](../deployment_admin) - A deployment admin implementation.
+* [Framework](../../framework) - The Apache Celix framework, an implementation of OSGi adapted to C.
+* [Dependency Manager](../../dependency_manager) - A component/dependency model for use through an API provided as library.
+* [Device Access](../../device_access) - An implementation of the OSGi Device Access specification adapted to C.
+* [Examples](../../examples) - A Selection of examples showing how the framework can be used.
+* [Log Service](../../log_service) - An implementation of the OSGi Log Service adapated to C.
+* [Log Writer](../../log_writer) - A simple log writer for use in combination with the Log Service.
+* [Remote Service Admin](../../remote_services) - An implementation of the OSGi Remote Service Admin Service - for several protocols - adapted to C.
+    * [Remote Service Admin HTTP](../../remote_services/remote_service_admin_http) - A HTTP implementation of the RSA.
+    * [Remote Service Admin DFI](../../remote_services/remote_service_admin_dfi) - A Dynamic Function Interface (DFI) implementation of the RSA.
+    * [Remote Service Admin SHM](../../remote_services/remote_service_admin_shm) - A shared memory implementation of the RSA.
+    * [Topology Manager](../../remote_services/topology_manager) - A (scoped) RSA Topology Manager implementation. 
+    * [Discovery Configured](../../remote_services/discovery_configured) - A RSA Discovery implementation using static configuration (xml).
+    * [Discovery Etcd](../../remote_services/dicovery_etcd) - A RSA Discovery implementation using etcd.
+    * [Discovery SHM](../../remote_services/dicovery_shm) - A RSA Discovery implementation using shared memory.
+* [Shell](../../shell) - A OSGi shell implementation.
+* [Shell TUI](../../shell_tui) - A textual UI for the Celix Shell.
+* [Remote Shell](../../remote_shell) - A remote (telnet) frontend for the Celix Shell.
+* [Deployment Admin](../../deployment_admin) - A deployment admin implementation.