Skip to content

Commit 4d312bb

Browse files
committed
PR suggestions
1 parent 51b610f commit 4d312bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/guides/migrating-from-camunda-7/code-conversion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The catalog covers the following types of code:
134134

135135
The complete pattern catalog with code examples is maintained on GitHub:
136136

137-
**[Browse the pattern catalog](https://github.com/camunda/camunda-7-to-8-migration-tooling/tree/main/code-conversion/patterns)**
137+
**[Browse the pattern catalog](https://github.com/camunda/camunda-7-to-8-migration-tooling/tree/main/code-conversion/patterns)**
138138

139139
:::tip
140140
The pattern catalog is actively maintained by Camunda consultants, partners, and community members. You can contribute your own patterns or request additions via GitHub issues and pull requests.
@@ -182,7 +182,7 @@ The recipes are organized by code type and transformation phase:
182182
| **Cleanup** | AllClientCleanupRecipes | AllDelegateCleanupRecipes | AllExternalWorkerCleanupRecipes |
183183
| **Combined** | AllClientRecipes | AllDelegateRecipes | AllExternalWorkerRecipes |
184184

185-
You can apply recipes individually by phase, or use the **Combined** recipes to run all three phases at once.
185+
You can apply recipes individually by phase, or use the **combined** recipes to run all three phases at once.
186186

187187
### Using the recipes
188188

versioned_docs/version-8.8/guides/migrating-from-camunda-7/code-conversion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The catalog covers the following types of code:
134134

135135
The complete pattern catalog with code examples is maintained on GitHub:
136136

137-
**[Browse the pattern catalog](https://github.com/camunda/camunda-7-to-8-migration-tooling/tree/main/code-conversion/patterns)**
137+
**[Browse the pattern catalog](https://github.com/camunda/camunda-7-to-8-migration-tooling/tree/main/code-conversion/patterns)**
138138

139139
:::tip
140140
The pattern catalog is actively maintained by Camunda consultants, partners, and community members. You can contribute your own patterns or request additions via GitHub issues and pull requests.
@@ -182,7 +182,7 @@ The recipes are organized by code type and transformation phase:
182182
| **Cleanup** | AllClientCleanupRecipes | AllDelegateCleanupRecipes | AllExternalWorkerCleanupRecipes |
183183
| **Combined** | AllClientRecipes | AllDelegateRecipes | AllExternalWorkerRecipes |
184184

185-
You can apply recipes individually by phase, or use the **Combined** recipes to run all three phases at once.
185+
You can apply recipes individually by phase, or use the **combined** recipes to run all three phases at once.
186186

187187
### Using the recipes
188188

0 commit comments

Comments
 (0)