You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2020/07/18 13:22:22 UTC

[celix] branch master updated: Document improvements

This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/master by this push:
     new dab8fed  Document improvements
dab8fed is described below

commit dab8feda051c02cb02b10d9381bdf734a413f09b
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Sat Jul 18 15:21:45 2020 +0200

    Document improvements
---
 documents/getting_started/creating_a_simple_bundle.md | 2 +-
 documents/intro/README.md                             | 2 +-
 documents/subprojects/README.md                       | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/documents/getting_started/creating_a_simple_bundle.md b/documents/getting_started/creating_a_simple_bundle.md
index 67f91c2..13f61da 100644
--- a/documents/getting_started/creating_a_simple_bundle.md
+++ b/documents/getting_started/creating_a_simple_bundle.md
@@ -20,7 +20,7 @@ limitations under the License.
 ## Intro
 This page is intended for first time users of Apache Celix. It should guide you through building & installing Apache Celix, setting up a new project, creating your first bundle, setting up the project for use with Eclipse project and finally running and debugging your bundle directly from eclipse workspace. 
 
-If there are any uncertainties or question, don't hesitate to ask your questions in the [Apache Celix mailing](https://celix.apache.org/support/mailinglist.html).
+If there are any uncertainties or question, don't hesitate to ask your questions on the [Apache Celix mailing list](https://celix.apache.org/support/mailing-list.html).
 
 ## Prerequisite
 Some experience with a command line interface (xterm) is expected to be able to follow this guide. 
diff --git a/documents/intro/README.md b/documents/intro/README.md
index 2cafa42..5f489f8 100644
--- a/documents/intro/README.md
+++ b/documents/intro/README.md
@@ -123,7 +123,7 @@ Consumers can dynamically lookup the services providing a filter to specify what
 ## C services in Apache Celix
 As mentioned OSGi uses Java Interfaces to define a service. Since C does not have Interfaces as compilable unit, this is not possible for Celix.  To be able to define a service which hides implementation details, Celix uses structs with function pointers.
  
-See [Apache Celix - Getting Started Guide](https://github.com/apache/celix/blob/master/documents/getting_started/readme.md) for a more in depth look at services and service usage.
+See [Apache Celix - Getting Started Guide](../getting_started/README.md) for a more in depth look at services and service usage.
  
 ## Impact of dynamic services
 Services in Apache Celix are dynamic, meaning that they can come and go at any moment. 
diff --git a/documents/subprojects/README.md b/documents/subprojects/README.md
index 07d1229..e5485fb 100644
--- a/documents/subprojects/README.md
+++ b/documents/subprojects/README.md
@@ -33,3 +33,5 @@ Apache Celix is organized into several subprojects. The following subproject are
 * [Remote Shell](../../bundles/shell/remote_shell/README.md) - A remote (telnet) frontend for the Celix shell.
 * [Bonjour Shell](../../bundles/shell/shell_bonjour) - A remote (Bonjour / mDNS) frontend for the Celix shell.
 * [Deployment Admin](../../bundles/deployment_admin/README.md) - A deployment admin implementation.
+* [Pubsub](../../bundles/pubsub/README.md) - An implementation for a publish-subscribe remote services system, that use dfi library for message serialization.
+