Skip to content

Commit

Permalink
Fix broken link to MTA workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Moti Asayag <[email protected]>

rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
masayag committed Dec 10, 2024
1 parent 47c57f4 commit b56da88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/1.2/docs/core-concepts/workflow-types/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The *workflowOptions* object must possess six essential attributes with specific
```

##### Examples:
- [MTA](https://github.com/parodos-dev/serverless-workflows/blob/v1.2.x/mta/mta.sw.yaml)
- [MTA](https://github.com/parodos-dev/serverless-workflows/blob/v1.2.x/mta-v7.x/mta.sw.yaml)
- [Dummy Assessment](https://github.com/parodos-dev/serverless-workflow-examples/tree/main/assessment)

#### Note
Expand Down
2 changes: 1 addition & 1 deletion content/1.3/docs/core-concepts/workflow-types/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The *workflowOptions* object must possess six essential attributes with specific
```

##### Examples:
- [MTA](https://github.com/parodos-dev/serverless-workflows/blob/v1.3.x/mta/mta.sw.yaml)
- [MTA](https://github.com/parodos-dev/serverless-workflows/blob/v1.3.x/mta-v7.x/mta.sw.yaml)
- [Dummy Assessment](https://github.com/parodos-dev/serverless-workflow-examples/tree/main/assessment)

#### Note
Expand Down
2 changes: 1 addition & 1 deletion content/main/docs/core-concepts/workflow-types/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The *workflowOptions* object must possess six essential attributes with specific
```

##### Examples:
- [MTA](https://github.com/parodos-dev/serverless-workflows/blob/main/workflows/mta/mta.sw.yaml)
- [MTA](https://github.com/parodos-dev/serverless-workflows/blob/main/workflows/mta-v7.x/mta.sw.yaml)
- [Dummy Assessment](https://github.com/parodos-dev/serverless-workflow-examples/tree/main/assessment)

#### Note
Expand Down

0 comments on commit b56da88

Please sign in to comment.