Skip to content

Commit a7aab2e

Browse files
committed
fix(runner): use correct README in releases
Top level README.md was used instead of the runner specific one.
1 parent bfe1677 commit a7aab2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

runner/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,11 @@ The Arazzo Runner includes a comprehensive testing framework for workflow valida
267267
- Custom mock responses for specific endpoints
268268
- Validation of workflow outputs and API call counts
269269
270-
For details on testing, see [Arazzo Runner Testing Framework](./tests/README.md)
270+
For details on testing, see [Arazzo Runner Testing Framework](https://github.com/jentic/arazzo-engine/blob/main/runner/tests/README.md)
271271
272272
## Arazzo Format
273273
274274
The Arazzo specification is our workflow definition format that orchestrates API calls using OpenAPI specifications.
275275
276-
- Schema: [arazzo-schema.yaml](./arazzo_spec/arazzo-schema.yaml)
277-
- Documentation: [arazzo-spec.md](./arazzo_spec/arazzo-spec.md)
276+
- Schema: [arazzo-schema.yaml](https://github.com/jentic/arazzo-engine/blob/main/runner/arazzo_spec/arazzo-schema.yaml)
277+
- Documentation: [arazzo-spec.md](https://github.com/jentic/arazzo-engine/blob/main/runner/arazzo_spec/arazzo-spec.md)

runner/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"jsonpointer>=3.0.0",
1414
]
1515
requires-python = ">=3.11"
16-
readme = "../README.md"
16+
readme = "./README.md"
1717
license = {text = "MIT"}
1818

1919
[project.scripts]

0 commit comments

Comments
 (0)