From f95eb5784f60d8474df7a3a3ee039f1489fba1fc Mon Sep 17 00:00:00 2001 From: Andrew Jesaitis Date: Wed, 8 Feb 2017 21:34:34 -0700 Subject: [PATCH] Use v1.0 style id's in inputs/outputs example --- v1.0/UserGuide.yml | 2 +- v1.1.0-dev1/UserGuide.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v1.0/UserGuide.yml b/v1.0/UserGuide.yml index 454380fe9..38bb9fbf3 100644 --- a/v1.0/UserGuide.yml +++ b/v1.0/UserGuide.yml @@ -239,7 +239,7 @@ ``` outputs: - - id: example_out + example_out: type: File outputBinding: glob: hello.txt diff --git a/v1.1.0-dev1/UserGuide.yml b/v1.1.0-dev1/UserGuide.yml index 7464009de..025571073 100644 --- a/v1.1.0-dev1/UserGuide.yml +++ b/v1.1.0-dev1/UserGuide.yml @@ -239,7 +239,7 @@ ``` outputs: - - id: example_out + example_out: type: File outputBinding: glob: hello.txt