From 46f7e12c61df06c14c7d5b7934dcd4f845712d78 Mon Sep 17 00:00:00 2001 From: Buduzz Date: Tue, 1 Nov 2022 18:48:04 +0100 Subject: [PATCH 1/3] src/introduction/basic-concepts.md --- src/introduction/basic-concepts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/introduction/basic-concepts.md b/src/introduction/basic-concepts.md index 33f1ced7..3f7cdcd0 100644 --- a/src/introduction/basic-concepts.md +++ b/src/introduction/basic-concepts.md @@ -179,6 +179,7 @@ vendors. - Semantic Versioning - - The CWL Specification page in the CWL website: + - [See the Command Line Tool Description Standard](https://www.commonwl.org/v1.2/CommandLineTool.html) - The current CWL specification on GitHub: {{ ''.format(cwl_version_text) }} - The list of Implementations in the CWL website: - PROV-O: The PROV Ontology - From bf19dd8b31fc02a75ca7e0bc37df48ff3f17973e Mon Sep 17 00:00:00 2001 From: Buduzz Date: Thu, 3 Nov 2022 14:39:58 +0100 Subject: [PATCH 2/3] chore:Updated version specification list item-command line tool description --- src/introduction/basic-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/introduction/basic-concepts.md b/src/introduction/basic-concepts.md index 3f7cdcd0..f1a38f3f 100644 --- a/src/introduction/basic-concepts.md +++ b/src/introduction/basic-concepts.md @@ -179,7 +179,7 @@ vendors. - Semantic Versioning - - The CWL Specification page in the CWL website: - - [See the Command Line Tool Description Standard](https://www.commonwl.org/v1.2/CommandLineTool.html) +- See the Command Line Tool Description Standard: - The current CWL specification on GitHub: {{ ''.format(cwl_version_text) }} - The list of Implementations in the CWL website: - PROV-O: The PROV Ontology - From edd16cd60d3d20892ad88f407289760908b26d7c Mon Sep 17 00:00:00 2001 From: Buduzz Date: Thu, 3 Nov 2022 15:07:54 +0100 Subject: [PATCH 3/3] chore: version link update --- src/introduction/basic-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/introduction/basic-concepts.md b/src/introduction/basic-concepts.md index f1a38f3f..6b746607 100644 --- a/src/introduction/basic-concepts.md +++ b/src/introduction/basic-concepts.md @@ -179,7 +179,7 @@ vendors. - Semantic Versioning - - The CWL Specification page in the CWL website: -- See the Command Line Tool Description Standard: +- The Command Line Tool Description Standard: - The current CWL specification on GitHub: {{ ''.format(cwl_version_text) }} - The list of Implementations in the CWL website: - PROV-O: The PROV Ontology -