From a86fb21f503c4b78da66e5a96b576615603b876b Mon Sep 17 00:00:00 2001 From: Jonathan Lukas <81753891+jonathanlukas@users.noreply.github.com> Date: Wed, 30 Nov 2022 11:50:11 +0100 Subject: [PATCH] Adjusted docs (#124) --- README.md | 3 --- camunda-7-adapter/readme.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index dc2854da7..006a6acbe 100644 --- a/README.md +++ b/README.md @@ -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: -Walkthrough ## Use Snapshot Versions diff --git a/camunda-7-adapter/readme.md b/camunda-7-adapter/readme.md index afdb0dc00..d85214a13 100644 --- a/camunda-7-adapter/readme.md +++ b/camunda-7-adapter/readme.md @@ -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