Repository: celix Updated Branches: refs/heads/develop 261161fe4 -> ba4d7907f
CELIX-382: Fixes incorrect links between readme.md files Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/ba4d7907 Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/ba4d7907 Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/ba4d7907 Branch: refs/heads/develop Commit: ba4d7907fc7ace1545efe3076a3e417682c450ca Parents: 261161f Author: Pepijn Noltes <[email protected]> Authored: Mon Nov 21 17:08:34 2016 +0100 Committer: Pepijn Noltes <[email protected]> Committed: Mon Nov 21 17:20:01 2016 +0100 ---------------------------------------------------------------------- dependency_manager/readme.md | 3 +-- dependency_manager_cxx/readme.md | 2 +- documents/getting_started/using_services_with_cxx.md | 4 ++-- documents/subprojects/readme.md | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/ba4d7907/dependency_manager/readme.md ---------------------------------------------------------------------- diff --git a/dependency_manager/readme.md b/dependency_manager/readme.md index 867fe95..1289c46 100644 --- a/dependency_manager/readme.md +++ b/dependency_manager/readme.md @@ -117,7 +117,6 @@ celix_status_t dm_destroy(void * userData, bundle_context_pt context, dm_depende For more information examples please see -- [Best practices](../documents/best_practices/readme.md): A introduction how to work with services using the dependency manager - [The Dependency Manager API](public/include): The dependency manager header files -- [Best practice example](../examples/best_practice_example): A best practice example (also refered to in the Best practices documentation +- [Getting Started: Using Service with C](../documents/getting_started/using_services_with_c.md): A introduction how to work with services using the dependency manager - [Dm example](../examples/dm_example): A DM example. http://git-wip-us.apache.org/repos/asf/celix/blob/ba4d7907/dependency_manager_cxx/readme.md ---------------------------------------------------------------------- diff --git a/dependency_manager_cxx/readme.md b/dependency_manager_cxx/readme.md index 14eb333..35a9e2e 100644 --- a/dependency_manager_cxx/readme.md +++ b/dependency_manager_cxx/readme.md @@ -59,4 +59,4 @@ For more information examples please see - [The C++ Dependency Manager API](include/celix/dm): The c++ dependency manager header files - [Dm C++ example](../examples/dm_example_cxx): A DM C++ example. -- [Best practices](../documents/best_practices/readme.md): A introduction how to work with services using the C dependency manager +- [Getting Started: Using Services with C++](../documents/getting_started/using_services_with_cxx.md): A introduction how to work with services using the C dependency manager http://git-wip-us.apache.org/repos/asf/celix/blob/ba4d7907/documents/getting_started/using_services_with_cxx.md ---------------------------------------------------------------------- diff --git a/documents/getting_started/using_services_with_cxx.md b/documents/getting_started/using_services_with_cxx.md index 3401d68..5bfff92 100644 --- a/documents/getting_started/using_services_with_cxx.md +++ b/documents/getting_started/using_services_with_cxx.md @@ -1,4 +1,4 @@ -#Apache Celix - Using Services with C +#Apache Celix - Using Services with C++ ## Intro @@ -551,4 +551,4 @@ The suspend strategy has the advantage of reducing locks' usage: of course, susp ## See also -See the [C++ Dependeny Manager](../../dependency_manager_cxx/readme.md) and [C++ Dependency Manager example](../../examples/dm_example_cxx) for more information and a more complex working example. \ No newline at end of file +See the [C++ Dependeny Manager](../../dependency_manager_cxx/readme.md) and [C++ Dependency Manager example](../../examples/dm_example_cxx) for more information and a more complex working example. http://git-wip-us.apache.org/repos/asf/celix/blob/ba4d7907/documents/subprojects/readme.md ---------------------------------------------------------------------- diff --git a/documents/subprojects/readme.md b/documents/subprojects/readme.md index 92a5bc0..dab6077 100644 --- a/documents/subprojects/readme.md +++ b/documents/subprojects/readme.md @@ -3,7 +3,7 @@ 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 C component/dependency model for use through an API provided as library. +* [C Dependency Manager](../../dependency_manager) - A C component/dependency model for use through an API provided as library. * [C++ Dependency Manager](../../dependency_manager_cxx) - A C++ 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.
