From 6852e00522811e1428c9b97e843191bcd792e735 Mon Sep 17 00:00:00 2001 From: Shai Sachs Date: Wed, 19 Jul 2023 14:09:17 -0400 Subject: [PATCH] fix link Signed-off-by: Shai Sachs --- versions/1.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/1.0.0.md b/versions/1.0.0.md index a51304d..abf7f08 100644 --- a/versions/1.0.0.md +++ b/versions/1.0.0.md @@ -66,7 +66,7 @@ The Workflows Specification can articulate these workflows in a human and machin ## Definitions ##### Workflows Document -A self-contained or composite resource which defines or describes API workflows (specific sequence of calls to achieve a particular goal in the context of an API definition). The workflows document `MUST` contain a valid Workflows Specification version field (`workflowsSpec`), an [Info](#info-object) field, a `sourceDocuments` field with at least one defined [Source](#source-object), and there `MUST` be at least one [Workflow](#workflow-object) defined in the workflows fixed field. A Workflows document uses and conforms to the Workflows Specification. +A self-contained or composite resource which defines or describes API workflows (specific sequence of calls to achieve a particular goal in the context of an API definition). The workflows document `MUST` contain a valid Workflows Specification version field (`workflowsSpec`), an [Info](#info-object) field, a `sourceDocuments` field with at least one defined [Source](#source-document-object), and there `MUST` be at least one [Workflow](#workflow-object) defined in the workflows fixed field. A Workflows document uses and conforms to the Workflows Specification. ## Specification