From 91b8e0afd3d6c17ecd1aa3a7adf9d94a1feebd89 Mon Sep 17 00:00:00 2001 From: mbroz2 Date: Fri, 28 Feb 2025 15:47:06 -0600 Subject: [PATCH] Fix broken link in README.md Signed-off-by: Michal Broz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daafec20..10348338 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ It encompasses a comprehensive suite of components and tools designed to facilit 1. **[DSL](dsl.md) (Domain Specific Language)**: The core of the ecosystem, defining the fundamental syntax and semantics of Serverless Workflow specifications. -2. **[CTK](/ctk/readme.md) (Conformance Test Kit)**: A set of Gherkin features utilized for both conformance testing and Behavior Driven Design (BDD), ensuring compliance and facilitating testing across implementations. +2. **[CTK](/ctk/README.md) (Conformance Test Kit)**: A set of Gherkin features utilized for both conformance testing and Behavior Driven Design (BDD), ensuring compliance and facilitating testing across implementations. 3. **[SDKs](#sdks) (Software Development Kits)**: These enable developers to interact with serverless workflows in various programming languages, providing functionalities such as reading, writing, building, and validating workflows.