Skip to content

Commit

Permalink
Fixes #863 and few other links. (#872)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Pizonka <[email protected]>
  • Loading branch information
Ebolon authored and aedelmann committed Mar 29, 2018
1 parent 18e6b41 commit 09df9cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion generators/org.eclipse.vorto.codegen.javabean/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Javabean Generator

This generator converts an information model into a plain old java object model. This generator is used, e.g. by the [MQTT Generator](../org.eclipse.vorto.codegen.service.mqtt/Readme.md) and [Web UI Generator](../org.eclipse.vorto.codegen.service.webdevice/Readme.md)
This generator converts an information model into a plain old java object model. This generator is used, e.g. by the [MQTT Generator](../org.eclipse.vorto.codegen.mqtt/Readme.md) and [Web UI Generator](../org.eclipse.vorto.codegen.webdevice/Readme.md)

----------

Expand Down
2 changes: 1 addition & 1 deletion generators/org.eclipse.vorto.codegen.mqtt/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Generator outputs:

- MQTT Consumer that subscribes to a particular topic and converts the MQTT payload into a Java Object Model

The generated output **depends on the Javabean Model** generated by the [Javabean Generator](../org.eclipse.vorto.codegen.service.javabean/Readme.md)
The generated output **depends on the Javabean Model** generated by the [Javabean Generator](../org.eclipse.vorto.codegen.javabean/Readme.md)


----------
Expand Down
2 changes: 1 addition & 1 deletion server/Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Getting Started

- Manage your Information Models with the [Vorto Repository](repo/repository-server/Readme.md)
- Manage your Information Models with the [Vorto Repository](repo/repository-web/Readme.md)
- Convert Information Models into IoT Platform Code with [Vorto Code Generators](generators/Readme.md)
3 changes: 1 addition & 2 deletions tutorials/tutorial_connect_xdk_ble.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,4 @@ Open the <a href="https://console.bosch-iot-suite.com">Bosch IoT Developer Conso

## What's next ?

- [Create a web application consuming the device telemetry data](tutorial_create_webapp_dashboard.md)
- [Build an Amazon Alexa Skillset to voice-control the device](tutorial_voicecontrol_alexa.md)
- [Create a web application consuming the device telemetry data](tutorial-create_webapp_with_vorto.md)

0 comments on commit 09df9cf

Please sign in to comment.