Skip to content

Commit 70f8bbf

Browse files
authored
Merge pull request #244 from bndtools/chrisrueger-patch-8
add link to enroute Tutorials in the Getting Started page
2 parents c3577f7 + 2b07833 commit 70f8bbf

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

_book/100-introduction.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: Is OSGi enRoute for You?
55
noindex: true
66
---
77

8-
The enRoute Classic section is a collection of content helping to get you started into the OSGi mindset.
8+
The enRoute Classic section is a collection of in-depth tutorials and examples, helping you developing OSGi applications with bnd / bndtools.
99

1010
<div>
1111
<table>
@@ -16,6 +16,7 @@ The enRoute Classic section is a collection of content helping to get you starte
1616
</table>
1717
</div>
1818

19+
## Why OSGi enRoute exists
1920

2021
We _strongly_ believe that OSGi's Service Oriented Systems is the best paradigm available today for software development. But we are also frustrated when we see how hard it is for people to cross the chasm to reach that new paradigm. Out of this frustration, the OSGi enRoute project was born.
2122

installation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ To get started with Bnd/Bndtools we recommend:
4141
- the [Concepts](concepts.html) behind bndtools
4242
- our [Video Tour](/workspace.html)
4343
- our [Tutorial](tutorial.html) building a sample application
44-
- and our [Project Templates](/manual/templates.html)
44+
- our [Project Templates](/manual/templates.html)
45+
- and if you feel like more tutorials and examples, check out the [enroute Classic section](/book/100-introduction.html).
4546

4647
## Developers and Contributors: To contribute to Bndtools development
4748

tutorial.md

+4
Original file line numberDiff line numberDiff line change
@@ -400,3 +400,7 @@ g! greet BndTools
400400
Hello BndTools
401401
g!
402402
```
403+
404+
## More tutorials
405+
406+
For more tutorials and examples, have a look at the [enroute Classic section](/book/100-introduction.html).

0 commit comments

Comments
 (0)