Skip to content

Commit

Permalink
Adjusted docs (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas authored Nov 30, 2022
1 parent a791962 commit a86fb21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ This tool helps with migration of process solutions from Camunda Platform 7 to C

This projects contains:

* [A Camunda Dektop Modeler Plugin](./modeler-plugin-7-to-8-converter) to convert models (BPMN/DMN) from Camunda Platform 7 to Camunda Platform 8
* [An adapter library](./camunda-7-adapter) to re-use Java Delegates or expressions from Camunda Platform 7 when running Camunda Platform 8
* [An example](./example) containing a sample process solution for Camunda Platform 7 and the migrated version that runs on Camunda Platform 8
* [A process diagram converter](./backend-diagram-converter) that is implemented in Java and performs checks and migration

The following video walks you through the migration process:

<a href="http://www.youtube.com/watch?feature=player_embedded&v=yS0wAO0KgBc" target="_blank"><img src="http://img.youtube.com/vi/yS0wAO0KgBc/0.jpg" alt="Walkthrough" width="240" height="180" border="10" /></a>

## Use Snapshot Versions

Expand Down
2 changes: 1 addition & 1 deletion camunda-7-adapter/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add the dependency to the adapter library (double-check for the latest version):

## Import adapter

Import the adapter into your Spring Boot application as shown in the [example application](../example/process-solution-migrated/src/main/java/io/berndruecker/converter/example/Application.java):
Import the adapter into your Spring Boot application as shown in the [example application](../example/process-solution-migrated/src/main/java/org/camunda/community/migration/example/Application.java):

```java

Expand Down

0 comments on commit a86fb21

Please sign in to comment.