Skip to content

Commit

Permalink
CELIX-382: Fixes incorrect links between readme.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Nov 21, 2016
1 parent 261161f commit ba4d790
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions dependency_manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion dependency_manager_cxx/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions documents/getting_started/using_services_with_cxx.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Apache Celix - Using Services with C
#Apache Celix - Using Services with C++

## Intro

Expand Down Expand Up @@ -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.
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.
2 changes: 1 addition & 1 deletion documents/subprojects/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ba4d790

Please sign in to comment.